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 07c9894 commit 67699caCopy full SHA for 67699ca
1 file changed
.github/workflows/docker-build-push.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: docker/build-push-action@v5
39
with:
40
context: .
41
- platforms: linux/amd64,linux/arm64,linux/arm64/v8,linux/386,linux/arm/v5,linux/mips64le,linux/ppc64le,linux/s390x,windows/amd64
+ platforms: linux/amd64,linux/arm64,linux/arm64/v8
42
push: true
43
tags: ${{ steps.meta.outputs.tags }}
44
labels: ${{ steps.meta.outputs.labels }}
0 commit comments