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 0b35e64 commit 1008395Copy full SHA for 1008395
.github/workflows/dispatch.yml
@@ -44,12 +44,12 @@ jobs:
44
- name: Set up Docker Buildx
45
uses: docker/setup-buildx-action@v3
46
with:
47
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
48
- name: publish
49
uses: docker/build-push-action@v6
50
51
context: .
52
push: true
53
54
tags: ${{ steps.meta.outputs.tags }}
55
labels: ${{ steps.meta.outputs.labels }}
0 commit comments