Skip to content

Commit

Permalink
Add stub arm64 release build with github actions (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Jan 23, 2024
1 parent 5fc0fb0 commit 5fed099
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.arm64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Release

on:
workflow_dispatch:

permissions:
contents: read

jobs:
release:
name: Release arm64 on macOS
runs-on: imacos-13-xlarge
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- run: |
set -x -e
echo "Successfully completely macOS arm64 release"

0 comments on commit 5fed099

Please sign in to comment.