ci: build docker image for arm64 as well
All checks were successful
ci / docker (push) Successful in 18m23s
All checks were successful
ci / docker (push) Successful in 18m23s
This commit is contained in:
parent
6d87108f4d
commit
0df6730212
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
#platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
Loading…
Reference in a new issue