We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bb755 commit 3d2aa60Copy full SHA for 3d2aa60
.github/workflows/release.yml
@@ -15,6 +15,10 @@ jobs:
15
target: x86_64-unknown-linux-musl
16
artifact_name: mocword
17
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
22
- os: ubuntu-latest
23
target: x86_64-pc-windows-gnu
24
artifact_name: mocword.exe
@@ -23,6 +27,10 @@ jobs:
27
target: x86_64-apple-darwin
28
25
29
asset_name: mocword-x86_64-apple-darwin
30
+ - os: macos-latest
31
+ target: aarch64-apple-darwin
32
33
+ asset_name: mocword-aarch64-apple-darwin
26
34
35
runs-on: ${{ matrix.os }}
36
0 commit comments