ci: add darwin to platforms (#23905)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user