Skip to content

Commit 4afefca

Browse files
committed
Use musl for x86_64 on linux
1 parent 1af4694 commit 4afefca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/nightly_release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
target:
8585
- name: x86_64-unknown-linux-gnu
8686
gh_env: ubuntu-latest
87+
- name: x86_64-unknown-linux-musl
88+
gh_env: ubuntu-latest
8789
- name: aarch64-unknown-linux-gnu
8890
gh_env: ubuntu-latest
8991
- name: armv7-unknown-linux-gnueabihf
@@ -97,6 +99,10 @@ jobs:
9799
name: x86_64-unknown-linux-gnu
98100
cross: false
99101
run_tests: true
102+
- target:
103+
name: x86_64-unknown-linux-musl
104+
cross: false
105+
run_tests: true
100106
- target:
101107
name: aarch64-unknown-linux-gnu
102108
linker: gcc-aarch64-linux-gnu
@@ -216,7 +222,7 @@ jobs:
216222
mv macos-universal/dotfiles package/dotfiles-macos
217223
chmod +x package/dotfiles-macos
218224
219-
mv x86_64-unknown-linux-gnu/dotfiles package/dotfiles-x86_64
225+
mv x86_64-unknown-linux-musl/dotfiles package/dotfiles-x86_64
220226
chmod +x package/dotfiles-x86_64
221227
222228
mv armv7-unknown-linux-gnueabihf/dotfiles package/dotfiles-armv7

0 commit comments

Comments
 (0)