added arm64 to docker
parent
564506bb02
commit
fd310a8b74
|
@ -79,7 +79,7 @@ pipeline:
|
|||
pull: true
|
||||
settings:
|
||||
dockerfile: Dockerfile.ci
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
registry:
|
||||
from_secret: domain
|
||||
tag: ${CI_COMMIT_TAG##v}
|
||||
|
|
Loading…
Reference in New Issue