Skip to content

Commit e8e6b92

Browse files
Merge #6561: ci: use arm runners for guix
04a322c ci: guix use arm (pasta) Pull request description: ## Issue being fixed or feature implemented (At least currently, in public beta, maybe they'll be worse when more congested) Arm runners appear about 20% faster. ## What was done? Use arm64 runners for guix instead of x86. ## How Has This Been Tested? Udjin's patch recently: https://github.com/UdjinM6/dash/actions/runs/13187795136 vs this commit: (with his as well) https://github.com/PastaPastaPasta/dash/actions/runs/13188732140 ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: ACK 04a322c kwvg: utACK 04a322c Tree-SHA512: 4494692aae79a58b62e36f188f61c781f75fd69e30cf195d72f8536353e75b30ddb3ed2f67765a7abf6228104fb044af37f30453195a2d114cad96fc4c445177
2 parents 1930572 + 04a322c commit e8e6b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/guix-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build-image:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04-arm
1515
outputs:
1616
image-tag: ${{ steps.prepare.outputs.image-tag }}
1717
repo-name: ${{ steps.prepare.outputs.repo-name }}
@@ -64,7 +64,7 @@ jobs:
6464
build:
6565
needs: build-image
6666
# runs-on: [ "self-hosted", "linux", "x64", "ubuntu-core" ]
67-
runs-on: ubuntu-latest
67+
runs-on: ubuntu-24.04-arm
6868
# if: ${{ contains(github.event.pull_request.labels.*.name, 'guix-build') }}
6969
strategy:
7070
matrix:

0 commit comments

Comments
 (0)