mirror of https://github.com/VERT-sh/VERT.git
support arm64
This commit is contained in:
parent
d75e89e570
commit
d7d921e94d
|
@ -46,6 +46,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
|
|
Loading…
Reference in New Issue