We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34fcd7 commit 4cd807fCopy full SHA for 4cd807f
.github/workflows/release.yml
@@ -12,6 +12,8 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
- uses: dtolnay/rust-toolchain@stable
15
+ - name: Add musl target
16
+ run: rustup target add x86_64-unknown-linux-musl
17
- name: Build
18
run: cargo build --release --target=x86_64-unknown-linux-musl
19
- name: Rename
0 commit comments