Skip to content

Commit

Permalink
Try buildjet
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 23, 2024
1 parent 225a35b commit 1b2adfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: [build-amd64, test-amd64]
uses: ./.github/workflows/build.yml
with:
runsOn: ARM64
runsOn: buildjet-2cpu-2204-arm

test-arm64:
needs: build-arm64
Expand All @@ -52,7 +52,7 @@ jobs:
target: [base, full-stack] #[base, lab, base-with-services, full-stack]
uses: ./.github/workflows/test.yml
with:
runsOn: ubuntu-22.04
runsOn: ARM64
images: ${{ needs.build-arm64.outputs.images }}
target: ${{ matrix.target }}
integration: false
Expand Down

0 comments on commit 1b2adfa

Please sign in to comment.