From 284cd88892896a6b1e95149676db7d3e0deb0e00 Mon Sep 17 00:00:00 2001 From: Patrick D'appollonio <930925+patrickdappollonio@users.noreply.github.com> Date: Sat, 14 Dec 2024 03:27:12 -0500 Subject: [PATCH] Make static Linux builds the default. --- .github/workflows/release.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f82db50..4312610 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,22 +15,16 @@ jobs: include: - target: aarch64-unknown-linux-musl os: ubuntu-latest - archive: linux-static-arm64 + archive: linux-arm64 - target: x86_64-unknown-linux-musl os: ubuntu-latest - archive: linux-static-x86_64 - - target: aarch64-unknown-linux-gnu - os: ubuntu-latest - archive: linux-arm64 + archive: linux-x86_64 - target: aarch64-apple-darwin os: macos-latest archive: darwin-arm64 - target: x86_64-apple-darwin os: macos-latest archive: darwin-x86_64 - - target: x86_64-unknown-linux-gnu - os: ubuntu-latest - archive: linux-x86_64 - target: x86_64-pc-windows-msvc os: windows-latest archive: windows-x86_64