Skip to content

Commit 6da7508

Browse files
ci: remove darwin from platforms (backport #23909) (#23910)
Co-authored-by: Tyler <[email protected]>
1 parent 794f0e5 commit 6da7508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: depot/build-push-action@v1
6969
with:
7070
project: gnm1jqptpw
71-
platforms: linux/amd64,linux/arm64,darwin/arm64,darwin/amd64
71+
platforms: linux/amd64,linux/arm64
7272
push: ${{ github.event_name != 'pull_request' }}
7373
tags: ${{ steps.meta.outputs.tags }}
7474
cache-from: type=gha

0 commit comments

Comments
 (0)