ci: add darwin to platforms (backport #23905) (#23907)

Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2025-03-05 12:42:14 -08:00
committed by GitHub
co-authored by Tyler
parent b0ee102cfa
commit 794f0e5eed
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
uses: depot/build-push-action@v1
with:
project: gnm1jqptpw
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,darwin/arm64,darwin/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha