Skip to content

Commit

Permalink
👷 ci: use buildjet back (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: Cola Chen <[email protected]>
  • Loading branch information
colachg and colachg authored Jan 16, 2025
1 parent 67a125d commit 29b7314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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' && 'blacksmith-2vcpu-ubuntu-2204' || 'blacksmith-2vcpu-ubuntu-2204-arm' }}
runs-on: ${{ matrix.platform == 'linux/amd64' && 'buildjet-2vcpu-ubuntu-2204' || 'buildjet-2vcpu-ubuntu-2204-arm' }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
retention-days: 1

merge-docker:
runs-on: blacksmith-2vcpu-ubuntu-2204
runs-on: buildjet-2vcpu-ubuntu-2204
needs:
- build-docker
steps:
Expand Down

0 comments on commit 29b7314

Please sign in to comment.