File tree 2 files changed +20
-0
lines changed 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
name : " Build Packages"
2
3
on :
3
4
pull_request :
23
24
if : needs.pre-job.outputs.should_skip != 'true'
24
25
steps :
25
26
- uses : actions/checkout@v4
27
+ - name : Set up QEMU
28
+ uses : docker/setup-qemu-action@v3
29
+ with :
30
+ platforms : arm64
26
31
- uses : cachix/install-nix-action@v31
27
32
with :
28
33
nix_path : nixpkgs=channel:nixos-unstable
34
+ extra_nix_config : |
35
+ extra-platforms = aarch64-linux i686-linux
29
36
- uses : cachix/cachix-action@v16
30
37
with :
31
38
name : wires
Original file line number Diff line number Diff line change
1
+ ---
1
2
name : " PR Preview"
2
3
on :
3
4
push :
35
36
- uses : actions/checkout@v4
36
37
with :
37
38
ref : ${{ needs.base-ref.outputs.base-ref }}
39
+ - name : Set up QEMU
40
+ uses : docker/setup-qemu-action@v3
41
+ with :
42
+ platforms : arm64
38
43
- uses : cachix/install-nix-action@v31
39
44
with :
40
45
nix_path : nixpkgs=channel:nixos-unstable
46
+ extra_nix_config : |
47
+ extra-platforms = aarch64-linux i686-linux
41
48
- uses : cachix/cachix-action@v16
42
49
with :
43
50
name : wires
74
81
if : needs.eval-head.outputs.drv != needs.eval-base.outputs.drv
75
82
steps :
76
83
- uses : actions/checkout@v4
84
+ - name : Set up QEMU
85
+ uses : docker/setup-qemu-action@v3
86
+ with :
87
+ platforms : arm64
77
88
- uses : cachix/install-nix-action@v31
78
89
with :
79
90
nix_path : nixpkgs=channel:nixos-unstable
91
+ extra_nix_config : |
92
+ extra-platforms = aarch64-linux i686-linux
80
93
- uses : cachix/cachix-action@v16
81
94
with :
82
95
name : wires
You can’t perform that action at this time.
0 commit comments