From 444b056d2ceb41734fdc44f0756ff2baee751c69 Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Tue, 7 Jan 2025 16:57:26 +0100 Subject: [PATCH] ci: remove buildjet runners and use GitHub arm64 runners Signed-off-by: Mahe Tardy --- .github/workflows/build-images-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images-releases.yml b/.github/workflows/build-images-releases.yml index a992a96bd15..c39c185e7ff 100644 --- a/.github/workflows/build-images-releases.yml +++ b/.github/workflows/build-images-releases.yml @@ -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