We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70e92f commit b883231Copy full SHA for b883231
.github/workflows/docker-push-ghcr.yml
@@ -93,7 +93,7 @@ jobs:
93
uses: docker/build-push-action@v4
94
with:
95
context: .
96
- platforms: ${{ steps.buildx.outputs.platforms }}
+ platforms: linux/amd64,linux/arm64
97
push: ${{ github.event_name != 'pull_request' }}
98
tags: ${{ steps.meta.outputs.tags }}
99
0 commit comments