Skip to content

Commit

Permalink
Need to be fixed platform for this docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 12, 2023
1 parent f0d3ad5 commit 8ff27d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8ff27d4

Please sign in to comment.