Skip to content

Commit

Permalink
👷 Build docker image only for arm64 & amd64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Borie, Niels committed Nov 20, 2022
1 parent 9ee54b9 commit a5de904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
cache-from: type=gha
Expand Down

0 comments on commit a5de904

Please sign in to comment.