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