Skip to content

Commit

Permalink
Link crt (musl) dynamically on Alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Sep 24, 2024
1 parent e1c0527 commit f06a564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
target
key: ${{ runner.os }}-alpine-cargo-${{ hashFiles('Cargo.lock') }}
- name: Build
run: cargo build --release && cd target/release && tar czf weylus-linux-alpine-musl.tar.gz weylus
run: RUSTFLAGS='-C target-feature=-crt-static' cargo build --release && cd target/release && tar czf weylus-linux-alpine-musl.tar.gz weylus
shell: bash
- name: Artifacts1
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f06a564

Please sign in to comment.