Skip to content

Commit 982dc98

Browse files
ci: remove darwin from platforms (#23909)
1 parent 4258cab commit 982dc98

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
@@ -64,7 +64,7 @@ jobs:
6464
uses: depot/build-push-action@v1
6565
with:
6666
project: gnm1jqptpw
67-
platforms: linux/amd64,linux/arm64,darwin/arm64,darwin/amd64
67+
platforms: linux/amd64,linux/arm64
6868
push: ${{ github.event_name != 'pull_request' }}
6969
tags: ${{ steps.meta.outputs.tags }}
7070
cache-from: type=gha

0 commit comments

Comments
 (0)