We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3becd97 commit a215147Copy full SHA for a215147
.github/workflows/cd.yml
@@ -28,6 +28,16 @@ jobs:
28
target: x86_64-unknown-linux-musl
29
binary_postfix: ""
30
label: x86_64 musl
31
+ - os: ubuntu-latest
32
+ artifact_prefix: linux-arm64
33
+ target: aarch64-unknown-linux-gnu
34
+ binary_postfix: ""
35
+ label: arm64
36
37
+ artifact_prefix: linux-arm64-musl
38
+ target: aarch64-unknown-linux-musl
39
40
+ label: arm64 musl
41
- os: windows-latest
42
artifact_prefix: windows
43
target: x86_64-pc-windows-msvc
0 commit comments