Skip to content

Commit a215147

Browse files
authored
Support Linux ARM 64 (#370)
follow-up of: #363
1 parent 3becd97 commit a215147

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/cd.yml

+10
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ jobs:
2828
target: x86_64-unknown-linux-musl
2929
binary_postfix: ""
3030
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+
- os: ubuntu-latest
37+
artifact_prefix: linux-arm64-musl
38+
target: aarch64-unknown-linux-musl
39+
binary_postfix: ""
40+
label: arm64 musl
3141
- os: windows-latest
3242
artifact_prefix: windows
3343
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)