mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 21:17:45 +00:00
fix: out link names
This commit is contained in:
parent
b02ed18a0d
commit
b1b48c2638
1 changed files with 5 additions and 3 deletions
|
@ -12,11 +12,13 @@ steps:
|
||||||
command:
|
command:
|
||||||
- echo +++
|
- echo +++
|
||||||
- nix3 build --out-link aarch64-unknown-linux-musl .#aarch64-unknown-linux-musl
|
- nix3 build --out-link aarch64-unknown-linux-musl .#aarch64-unknown-linux-musl
|
||||||
- cachix push alejandra result
|
- cachix push alejandra aarch64-unknown-linux-musl
|
||||||
|
|
||||||
- nix3 build --out-link x86_64-unknown-linux-gnu .#x86_64-unknown-linux-gnu
|
- nix3 build --out-link x86_64-unknown-linux-gnu .#x86_64-unknown-linux-gnu
|
||||||
- cachix push alejandra result
|
- cachix push alejandra x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
- nix3 build --out-link x86_64-unknown-linux-musl .#x86_64-unknown-linux-musl
|
- nix3 build --out-link x86_64-unknown-linux-musl .#x86_64-unknown-linux-musl
|
||||||
- cachix push alejandra result
|
- cachix push alejandra x86_64-unknown-linux-musl
|
||||||
|
|
||||||
- nix3 develop --profile develop --command true
|
- nix3 develop --profile develop --command true
|
||||||
- cachix push alejandra develop
|
- cachix push alejandra develop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue