We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190c98d commit 37d1652Copy full SHA for 37d1652
.github/workflows/docker-publish.yml
@@ -61,8 +61,7 @@ jobs:
61
uses: docker/build-push-action@v6
62
with:
63
context: .
64
-# platforms: linux/amd64,linux/arm64
65
- platforms: linux/arm64
+ platforms: linux/amd64,linux/arm64
66
push: true
67
labels: ${{ steps.meta.outputs.labels }}
68
tags: ${{ steps.meta.outputs.tags }}
0 commit comments