Skip to content

Commit 2d1a102

Browse files
committed
no darwin
1 parent 74f79d5 commit 2d1a102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
- name: Set up Docker Buildx
3737
uses: docker/setup-buildx-action@v3
3838
with:
39-
platforms: linux/amd64,linux/arm64,darwin/arm64
39+
platforms: linux/amd64,linux/arm64
4040

4141
- name: Build and push
4242
uses: docker/build-push-action@v6
4343
with:
4444
push: true
4545
tags: ${{ steps.meta.outputs.tags }}
4646
labels: ${{ steps.meta.outputs.labels }}
47-
platforms: linux/amd64,linux/arm64,darwin/arm64
47+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)