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 1e3a50b commit 8361f60Copy full SHA for 8361f60
.github/workflows/docker-build.yml
@@ -49,6 +49,6 @@ jobs:
49
uses: docker/build-push-action@v3
50
with:
51
context: ${{ inputs.folder }}
52
- platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
+ platforms: linux/amd64,linux/arm64
53
push: true
54
tags: ${{ steps.meta.outputs.tags }}
0 commit comments