From e1ece98d1341a047d3364a5b88f8d626d8ea87a1 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Wed, 12 Aug 2026 21:42:12 +0200 Subject: [PATCH] Update publish-ci-image.yml --- .github/workflows/publish-ci-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-ci-image.yml b/.github/workflows/publish-ci-image.yml index 3d3e8fe159..d80cfd1675 100644 --- a/.github/workflows/publish-ci-image.yml +++ b/.github/workflows/publish-ci-image.yml @@ -45,7 +45,9 @@ jobs: with: context: . file: docker/ci/Dockerfile - platforms: linux/amd64,linux/arm64 + # GitHub-hosted Linux jobs in this repository run on amd64. Avoid + # QEMU/arm64 here because the image is only consumed by those jobs. + platforms: linux/amd64 push: true build-args: | TASK_VERSION=${{ steps.version.outputs.value }}