Skip to content

Commit

Permalink
ci: guix use arm
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Feb 7, 2025
1 parent 96dd126 commit 04a322c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build-image:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
outputs:
image-tag: ${{ steps.prepare.outputs.image-tag }}
repo-name: ${{ steps.prepare.outputs.repo-name }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
build:
needs: build-image
# runs-on: [ "self-hosted", "linux", "x64", "ubuntu-core" ]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
# if: ${{ contains(github.event.pull_request.labels.*.name, 'guix-build') }}
strategy:
matrix:
Expand Down

0 comments on commit 04a322c

Please sign in to comment.