We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b660baa commit 16d9966Copy full SHA for 16d9966
.github/workflows/prod-deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
context: .
47
file: ./Dockerfile
48
push: true
49
- platforms: linux/arm64
+ platforms: linux/amd64,linux/arm64
50
tags: ${{ steps.meta.outputs.tags }}
51
labels: ${{ steps.meta.outputs.labels }}
52
cache-from: type=local,src=/tmp/.buildx-cache
0 commit comments