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 }}