Skip to content

Commit

Permalink
ci: remove buildjet runners and use GitHub arm64 runners
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Jan 7, 2025
1 parent 0118a0d commit 476a744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
# We use the native arch build
- os: ubuntu-22.04
arch: amd64
- os: buildjet-2vcpu-ubuntu-2204-arm
- os: ubuntu-22.04-arm64
arch: arm64
steps:
# https://github.com/docker/setup-buildx-action
Expand Down

0 comments on commit 476a744

Please sign in to comment.