mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 17:09:24 +00:00
only build for armv7 for the moment
This commit is contained in:
parent
46c69f55a6
commit
9460a7b4db
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ deploy:
|
||||||
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 --name mybuilder
|
- docker buildx create --use --name mybuilder
|
||||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
- docker buildx build --platform linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
|
|
@ -89,7 +89,7 @@ weekly:deploy:
|
||||||
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 --name mybuilder
|
- docker buildx create --use --name mybuilder
|
||||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
- docker buildx build --platform linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue