We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddfd5e commit f5a20a1Copy full SHA for f5a20a1
1 file changed
.github/workflows/docker.yaml
@@ -67,7 +67,7 @@ jobs:
67
uses: docker/build-push-action@v6
68
with:
69
context: .
70
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
71
push: true
72
tags: fevrax/json-tools:latest
73
labels: ${{ steps.meta.outputs.labels }}
0 commit comments