We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43f245 commit 158a68dCopy full SHA for 158a68d
.github/workflows/go.yml
@@ -60,6 +60,7 @@ jobs:
60
- name: Build and push Docker images
61
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
62
with:
63
+ platforms: linux/amd64,linux/386, linux/arm64, linux/arm64,linux/arm/v7
64
context: .
65
push: true
66
tags: ${{ steps.meta.outputs.tags }}
0 commit comments