From 5625bbf8b700e073b2b27e3f9642ab3a6af2542c Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:21:50 +0900 Subject: [PATCH] fix: change musl binary build os --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f93541127..aa042a4c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,12 +39,12 @@ jobs: } - { os: "ubuntu-24.04", - target: "x86_64-unknown-linux-musl", + target: "aarch64-unknown-linux-gnu", cross: true, } - { os: "ubuntu-22.04", - target: "aarch64-unknown-linux-gnu", + target: "x86_64-unknown-linux-musl", cross: true, } - {