Skip to content

Commit

Permalink
Make static Linux builds the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Dec 14, 2024
1 parent 92c09bc commit 284cd88
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 284cd88

Please sign in to comment.