Skip to content

Commit 1008395

Browse files
committed
ci: update dispatch.yml
1 parent 0b35e64 commit 1008395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
- name: Set up Docker Buildx
4545
uses: docker/setup-buildx-action@v3
4646
with:
47-
platforms: linux/amd64
47+
platforms: linux/amd64,linux/arm64
4848
- name: publish
4949
uses: docker/build-push-action@v6
5050
with:
5151
context: .
5252
push: true
53-
platforms: linux/amd64
53+
platforms: linux/amd64,linux/arm64
5454
tags: ${{ steps.meta.outputs.tags }}
5555
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)