mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 15:39:24 +00:00
everything seems to work, so build for arm64 and amd64 again
This commit is contained in:
parent
7365715b11
commit
5efa0b15b2
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ deploy:
|
|||
script:
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- docker buildx create --use --name mybuilder
|
||||
- docker buildx build --platform linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
||||
only:
|
||||
changes:
|
||||
- Dockerfile
|
||||
|
|
@ -89,7 +89,7 @@ weekly:deploy:
|
|||
script:
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- docker buildx create --use --name mybuilder
|
||||
- docker buildx build --platform linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
||||
only:
|
||||
- schedules
|
||||
- main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue