From 8ff27d4c717aaf2f243740cb5a81bcc554fb24c7 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Thu, 12 Oct 2023 20:04:02 +1100 Subject: [PATCH] Need to be fixed platform for this docker build. --- .github/workflows/build-and-publish-images.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-publish-images.yaml b/.github/workflows/build-and-publish-images.yaml index 475d8f84..f70b2da6 100644 --- a/.github/workflows/build-and-publish-images.yaml +++ b/.github/workflows/build-and-publish-images.yaml @@ -128,8 +128,7 @@ jobs: uses: docker/build-push-action@v5 with: context: ${{matrix.image}} - platforms: ${{env.TARGET_PLATFORMS}} - tags: ${{steps.meta.outputs.tags}} + platforms: linux/amd64 cache-from: type=local,src=/tmp/.buildx-cache-amd64 cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-amd64-new push: false @@ -139,8 +138,7 @@ jobs: uses: docker/build-push-action@v5 with: context: ${{matrix.image}} - platforms: ${{env.TARGET_PLATFORMS}} - tags: ${{steps.meta.outputs.tags}} + platforms: linux/arm64 cache-from: type=local,src=/tmp/.buildx-cache-arm64 cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-arm64-new push: false