From 1a921df86b2ede7b32097c000b26168cdc537a1d Mon Sep 17 00:00:00 2001 From: loverustfs <155562731+loverustfs@users.noreply.github.com> Date: Thu, 29 May 2025 14:50:02 +0800 Subject: [PATCH] add linux arm64 package --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf729d21..07c80c8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - { profile: release, target: x86_64-unknown-linux-gnu, 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-musl, glibc: "default" } + - { profile: release, target: aarch64-unknown-linux-musl, glibc: "default" } #- { profile: release, target: x86_64-pc-windows-msvc, glibc: "default" } exclude: # Linux targets on non-Linux systems @@ -413,4 +413,4 @@ jobs: with: name: rustfs-packages pattern: "rustfs-*" - delete-merged: true \ No newline at end of file + delete-merged: true