Skip to content

Commit

Permalink
use buildjet runners for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jan 5, 2025
1 parent d8b6bc1 commit 8a3af34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- arch: amd64
runs_on: ubuntu-latest
- arch: arm64
runs_on: [ARM64]
runs_on: [buildjet-4vcpu-ubuntu-2204-arm]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -58,10 +58,10 @@ jobs:
runs_on: ubuntu-latest
- arch: arm64
base_image: ubuntu_20.04
runs_on: [ARM64]
runs_on: [buildjet-4vcpu-ubuntu-2204-arm]
- arch: arm64
base_image: ubuntu_22.04
runs_on: [ARM64]
runs_on: [buildjet-4vcpu-ubuntu-2204-arm]
permissions:
packages: write
contents: read
Expand Down

0 comments on commit 8a3af34

Please sign in to comment.