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 74f79d5 commit 2d1a102Copy full SHA for 2d1a102
.github/workflows/docker-image.yml
@@ -36,12 +36,12 @@ jobs:
36
- name: Set up Docker Buildx
37
uses: docker/setup-buildx-action@v3
38
with:
39
- platforms: linux/amd64,linux/arm64,darwin/arm64
+ platforms: linux/amd64,linux/arm64
40
41
- name: Build and push
42
uses: docker/build-push-action@v6
43
44
push: true
45
tags: ${{ steps.meta.outputs.tags }}
46
labels: ${{ steps.meta.outputs.labels }}
47
0 commit comments