From 6da750876509f91b59d4e6e979ca7a0262fdec27 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:06:31 -0800 Subject: [PATCH] ci: remove darwin from platforms (backport #23909) (#23910) Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6a62df0652..bcbac136e8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -68,7 +68,7 @@ jobs: uses: depot/build-push-action@v1 with: project: gnm1jqptpw - platforms: linux/amd64,linux/arm64,darwin/arm64,darwin/amd64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} cache-from: type=gha