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