Skip to content

Commit

Permalink
Added aarch64 release
Browse files Browse the repository at this point in the history
  • Loading branch information
high-moctane committed May 2, 2022
1 parent 82bb755 commit 3d2aa60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
target: x86_64-unknown-linux-musl
artifact_name: mocword
asset_name: mocword-x86_64-unknown-linux-musl
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
artifact_name: mocword
asset_name: mocword-aarch64-unknown-linux-musl
- os: ubuntu-latest
target: x86_64-pc-windows-gnu
artifact_name: mocword.exe
Expand All @@ -23,6 +27,10 @@ jobs:
target: x86_64-apple-darwin
artifact_name: mocword
asset_name: mocword-x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
artifact_name: mocword
asset_name: mocword-aarch64-apple-darwin

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3d2aa60

Please sign in to comment.