add linux arm64 package

This commit is contained in:
loverustfs
2025-05-29 14:50:02 +08:00
committed by houseme
parent 2f487be832
commit eefb2f8127
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
- { profile: release, target: x86_64-unknown-linux-gnu, glibc: "default" } - { profile: release, target: x86_64-unknown-linux-gnu, glibc: "default" }
- { profile: release, target: aarch64-apple-darwin, glibc: "default" } - { profile: release, target: aarch64-apple-darwin, glibc: "default" }
#- { profile: release, target: aarch64-unknown-linux-gnu, glibc: "default" } #- { profile: release, target: aarch64-unknown-linux-gnu, glibc: "default" }
#- { profile: release, target: aarch64-unknown-linux-musl, glibc: "default" } - { profile: release, target: aarch64-unknown-linux-musl, glibc: "default" }
#- { profile: release, target: x86_64-pc-windows-msvc, glibc: "default" } #- { profile: release, target: x86_64-pc-windows-msvc, glibc: "default" }
exclude: exclude:
# Linux targets on non-Linux systems # Linux targets on non-Linux systems
@@ -413,4 +413,4 @@ jobs:
with: with:
name: rustfs-packages name: rustfs-packages
pattern: "rustfs-*" pattern: "rustfs-*"
delete-merged: true delete-merged: true