File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments