We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f5bef commit 3ed9bb0Copy full SHA for 3ed9bb0
.github/workflows/docker-publish.yml
@@ -65,7 +65,7 @@ jobs:
65
uses: docker/build-push-action@v6
66
with:
67
context: .
68
- platforms: linux/amd64,linux/arm64
+ # platforms: linux/amd64,linux/arm64
69
file: ./docker/Dockerfile
70
push: true
71
tags: |
0 commit comments