From 7d8792c40fa5d8db4f2710711412cb339ba3e7ec Mon Sep 17 00:00:00 2001 From: dark0dave Date: Sat, 11 Jan 2025 18:06:29 +0000 Subject: [PATCH] feat(static): Use static binaries for compatability Signed-off-by: dark0dave --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2e30678..0d2995a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -33,7 +33,7 @@ jobs: target: x86_64-apple-darwin suffix: '' - os: ubuntu-latest - target: x86_64-unknown-linux-gnu + target: x86_64-unknown-linux-musl suffix: '' - os: windows-latest target: x86_64-pc-windows-msvc @@ -93,7 +93,7 @@ jobs: target: x86_64-apple-darwin suffix: '' - os: ubuntu-latest - target: x86_64-unknown-linux-gnu + target: x86_64-unknown-linux-musl suffix: '' - os: windows-latest target: x86_64-pc-windows-msvc