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
+1 -1
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