Skip to content

Commit

Permalink
Use musl for x86_64 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelandres committed Dec 11, 2024
1 parent 1af4694 commit 4afefca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
target:
- name: x86_64-unknown-linux-gnu
gh_env: ubuntu-latest
- name: x86_64-unknown-linux-musl
gh_env: ubuntu-latest
- name: aarch64-unknown-linux-gnu
gh_env: ubuntu-latest
- name: armv7-unknown-linux-gnueabihf
Expand All @@ -97,6 +99,10 @@ jobs:
name: x86_64-unknown-linux-gnu
cross: false
run_tests: true
- target:
name: x86_64-unknown-linux-musl
cross: false
run_tests: true
- target:
name: aarch64-unknown-linux-gnu
linker: gcc-aarch64-linux-gnu
Expand Down Expand Up @@ -216,7 +222,7 @@ jobs:
mv macos-universal/dotfiles package/dotfiles-macos
chmod +x package/dotfiles-macos
mv x86_64-unknown-linux-gnu/dotfiles package/dotfiles-x86_64
mv x86_64-unknown-linux-musl/dotfiles package/dotfiles-x86_64
chmod +x package/dotfiles-x86_64
mv armv7-unknown-linux-gnueabihf/dotfiles package/dotfiles-armv7
Expand Down

0 comments on commit 4afefca

Please sign in to comment.