Skip to content

Commit 3d2aa60

Browse files
committed
Added aarch64 release
1 parent 82bb755 commit 3d2aa60

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
target: x86_64-unknown-linux-musl
1616
artifact_name: mocword
1717
asset_name: mocword-x86_64-unknown-linux-musl
18+
- os: ubuntu-latest
19+
target: aarch64-unknown-linux-musl
20+
artifact_name: mocword
21+
asset_name: mocword-aarch64-unknown-linux-musl
1822
- os: ubuntu-latest
1923
target: x86_64-pc-windows-gnu
2024
artifact_name: mocword.exe
@@ -23,6 +27,10 @@ jobs:
2327
target: x86_64-apple-darwin
2428
artifact_name: mocword
2529
asset_name: mocword-x86_64-apple-darwin
30+
- os: macos-latest
31+
target: aarch64-apple-darwin
32+
artifact_name: mocword
33+
asset_name: mocword-aarch64-apple-darwin
2634

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

0 commit comments

Comments
 (0)