File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 8
8
agents :
9
9
queue : private
10
10
artifacts :
11
- - aarch64-unknown-linux-musl
12
- - x86_64-unknown-linux-gnu
13
- - x86_64-unknown-linux-musl
11
+ - alejandra- aarch64-unknown-linux-musl
12
+ - alejandra- x86_64-unknown-linux-gnu
13
+ - alejandra- x86_64-unknown-linux-musl
14
14
command :
15
15
- echo +++
16
- - nix build --out-link aarch64-unknown-linux-musl .#aarch64-unknown-linux-musl
17
- - cachix push alejandra aarch64-unknown-linux-musl
16
+ - nix build .#aarch64-unknown-linux-musl
17
+ - cachix push alejandra result
18
+ - cp -L result/bin/alejandra alejandra-aarch64-unknown-linux-musl
18
19
19
- - nix build --out-link x86_64-unknown-linux-gnu .#x86_64-unknown-linux-gnu
20
- - cachix push alejandra x86_64-unknown-linux-gnu
20
+ - nix build .#x86_64-unknown-linux-gnu
21
+ - cachix push alejandra result
22
+ - cp -L result/bin/alejandra alejandra-x86_64-unknown-linux-gnu
21
23
22
- - nix build --out-link x86_64-unknown-linux-musl .#x86_64-unknown-linux-musl
23
- - cachix push alejandra x86_64-unknown-linux-musl
24
+ - nix build .#x86_64-unknown-linux-musl
25
+ - cachix push alejandra result
26
+ - cp -L result/bin/alejandra alejandra-x86_64-unknown-linux-musl
24
27
25
28
- nix develop --profile develop --command true
26
29
- cachix push alejandra develop
You can’t perform that action at this time.
0 commit comments