ci: add darwin to platforms (#23905)

This commit is contained in:
Tyler 2025-03-05 12:32:29 -08:00 committed by GitHub
parent 05df209fa4
commit 4258cabded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,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