Skip to content

Commit

Permalink
build(docker): limit to amd64 & arm64 platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri authored Dec 16, 2022
1 parent ea1254c commit 45fc124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository_owner }}/${{ needs.metadata.outputs.image-name }}:latest
ghcr.io/${{ github.repository_owner }}/${{ needs.metadata.outputs.image-name }}:${{ needs.release.outputs.version-major }}
Expand Down

0 comments on commit 45fc124

Please sign in to comment.