platforms
parent
3e4d69c489
commit
50bc0f262d
|
@ -39,6 +39,9 @@ jobs:
|
|||
uses: docker/build-push-action@v4.2.1
|
||||
with:
|
||||
context: .
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in New Issue