Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev authored Oct 3, 2023
1 parent 82f033c commit 056d8bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[alias]
xtask = "run --package xtask --bin xtask --"

[target.x86_64-unknown-linux-gnu]
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
code-target: linux-x64
- os: ubuntu-22.04
target: x86_64-unknown-linux-musl
code-target: linux-x64
- os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
code-target: linux-arm64
Expand Down Expand Up @@ -86,7 +89,7 @@ jobs:
name: dist-${{ matrix.target }}
path: ./dist

dist-x86_64-unknown-linux-musl:
dist-x86_64-unknown-alpine-musl:
name: dist (x86_64-unknown-linux-musl)
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 056d8bf

Please sign in to comment.