We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2229dc4 + c04a86c commit a14c561Copy full SHA for a14c561
1 file changed
.github/workflows/docker.yml
@@ -50,4 +50,4 @@ jobs:
50
push: true
51
tags: ghcr.io/${{ env.IMAGE_NAME_LC }}:latest
52
labels: ${{ steps.meta.outputs.labels }}
53
- platforms: linux/arm64, linux/armv7, linux/armv6
+ platforms: linux/amd64, linux/arm64, linux/armv7, linux/armv6
0 commit comments