enable multi-arch build
This commit is contained in:
parent
848d6a7187
commit
d6c9e2c048
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -49,5 +49,5 @@ login:
|
|||
|
||||
# docker build
|
||||
docker:
|
||||
docker build -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} .
|
||||
docker push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}
|
||||
docker buildx create --use
|
||||
docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --push -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} .
|
||||
|
|
|
|||
Loading…
Reference in a new issue