We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c0e5d commit ba66edfCopy full SHA for ba66edf
.github/workflows/release.yml
@@ -96,11 +96,11 @@ jobs:
96
svm_target_platform: linux-amd64
97
platform: linux
98
arch: amd64
99
- # - runner: ubuntu-24.04-arm todo fix
100
- # target: aarch64-unknown-linux-musl
101
- # svm_target_platform: linux-aarch64
102
- # platform: linux
103
- # arch: arm64
+ - runner: ubuntu-24.04-arm
+ target: aarch64-unknown-linux-musl
+ svm_target_platform: linux-aarch64
+ platform: linux
+ arch: arm64
104
- runner: macos-latest-large
105
target: x86_64-apple-darwin
106
svm_target_platform: macosx-amd64
0 commit comments