Skip to content

Commit e59431f

Browse files
committed
Build on queue=lace (to select official ARM runners)
1 parent 1708992 commit e59431f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,26 @@ steps:
1212
command: 'scripts/with-nix-unstable.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
1313
depends_on: 'trigger-x86_64-darwin'
1414
agents:
15-
queue: daedalus
15+
queue: lace
1616
system: x86_64-darwin
1717

1818
- label: 'daedalus-aarch64-darwin'
1919
command: 'scripts/with-nix-unstable.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
2020
depends_on: 'trigger-aarch64-darwin'
2121
agents:
22-
queue: daedalus
22+
queue: lace
2323
system: aarch64-darwin
2424

2525
- label: 'daedalus-x86_64-linux-nix'
2626
command: 'scripts/with-nix-unstable.sh scripts/build-installer-nix.sh $BUILDKITE_BUILD_NUMBER'
2727
agents:
28+
queue: lace
2829
system: x86_64-linux
2930

3031
- label: 'daedalus-x86_64-windows-nix'
3132
command: 'scripts/with-nix-unstable.sh scripts/build-cross-windows.sh $BUILDKITE_BUILD_NUMBER'
3233
agents:
34+
queue: lace
3335
system: x86_64-linux
3436

3537
# TODO: Re-enable once script is fixed

0 commit comments

Comments
 (0)