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 7ee56fc commit cdaac0cCopy full SHA for cdaac0c
.github/workflows/docker-image.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: docker/build-push-action@v2
41
with:
42
context: ./${{ inputs.component }}
43
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
44
push: true
45
tags: ${{ steps.meta.outputs.tags }}
46
labels: ${{ steps.meta.outputs.labels }}
0 commit comments