mirror of
https://git.netzspielplatz.de/docker-multiarch/docker-with-buildx-and-git.git
synced 2025-11-08 18:29:27 +00:00
hopefully fixed the buildx
This commit is contained in:
parent
bb7ecb5867
commit
f239394b75
1 changed files with 1 additions and 2 deletions
|
|
@ -12,5 +12,4 @@ build:
|
||||||
script:
|
script:
|
||||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||||
- docker buildx create --use
|
- docker buildx create --use
|
||||||
- docker buildx build --help
|
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
||||||
- docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag -t $CI_REGISTRY_IMAGE .
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue