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
parent b0ee102cfa
commit 794f0e5eed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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