ci: add darwin to platforms (#23905)
This commit is contained in:
parent
05df209fa4
commit
4258cabded
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user