Skip to content

Commit

Permalink
ci: use GH ARM runners (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDecMeetsMore authored Jan 17, 2025
1 parent 29b7314 commit ca8053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-merge-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build-docker:
# We use a custom runner for ARM64 builds.
runs-on: ${{ matrix.platform == 'linux/amd64' && 'buildjet-2vcpu-ubuntu-2204' || 'buildjet-2vcpu-ubuntu-2204-arm' }}
runs-on: ${{ matrix.platform == 'linux/amd64' && 'ubuntu-22.04' || 'ubuntu-22.04-arm' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ca8053b

Please sign in to comment.