mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
static builds for x86_64-unknown-linux-musl
This commit is contained in:
parent
4ff1547d08
commit
856919ee82
2 changed files with 42 additions and 8 deletions
|
@ -3,12 +3,18 @@ steps:
|
|||
command:
|
||||
- nix3 build
|
||||
|
||||
- label: build-musl
|
||||
command:
|
||||
- nix3 build .#packages.x86_64-linux.musl
|
||||
|
||||
- label: cache
|
||||
if: build.branch == "main"
|
||||
command:
|
||||
- echo +++
|
||||
- nix3 build
|
||||
- cachix push alejandra result
|
||||
- nix3 build .#packages.x86_64-linux.musl
|
||||
- cachix push alejandra result
|
||||
|
||||
- nix3 develop --profile develop --command true
|
||||
- cachix push alejandra develop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue