Skip to content

Commit 77d364b

Browse files
committed
Add platforms to docker buildx
1 parent c5622ce commit 77d364b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Set up Docker Buildx
3737
uses: docker/setup-buildx-action@v3
38+
with:
39+
platforms: linux/amd64,linux/arm64,darwin/arm64
3840

3941
- name: Build and push
4042
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)