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.
2 parents 418ca97 + 5c6b70f commit 549ecd8Copy full SHA for 549ecd8
.github/workflows/publish_docker_image_v2.yml
@@ -39,8 +39,7 @@ jobs:
39
id: docker_build
40
uses: docker/build-push-action@v5
41
with:
42
- # platforms: linux/amd64,linux/arm64
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