From 6bd975120d270ee61f628e2847c7c8bedd1e2465 Mon Sep 17 00:00:00 2001 From: EAimTY Date: Thu, 25 May 2023 22:29:15 +0900 Subject: [PATCH] cross compiling target x86_64-unknown-linux-gnu (to lower glibc requirement) --- .github/workflows/binary-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary-release.yml b/.github/workflows/binary-release.yml index fd45b0d..473f480 100644 --- a/.github/workflows/binary-release.yml +++ b/.github/workflows/binary-release.yml @@ -19,7 +19,7 @@ jobs: - arch-name: x86_64-unknown-linux-gnu os: ubuntu-latest target: x86_64-unknown-linux-gnu - cross: false + cross: true file-ext: - arch-name: x86_64-unknown-linux-musl