From 698b24618086b0ef8e22b4457c51e9afc8b647cb Mon Sep 17 00:00:00 2001 From: Carson Call Date: Wed, 7 May 2025 12:42:14 -0700 Subject: [PATCH] allow arm musl builds --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4fc0c4..770e0ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - { target: x86_64-unknown-linux-musl , os: ubuntu-latest, use-cross: true } - { target: arm-unknown-linux-gnueabihf , os: ubuntu-latest, use-cross: true } - { target: aarch64-unknown-linux-gnu , os: ubuntu-latest, use-cross: true } - # - { target: aarch64-unknown-linux-musl , os: ubuntu-latest, use-cross: true } + - { target: aarch64-unknown-linux-musl , os: ubuntu-latest, use-cross: true } # - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-latest, use-cross: true } # - { target: x86_64-pc-windows-gnu , os: windows-2019 } # - { target: x86_64-pc-windows-msvc , os: windows-2019 }