mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 18:59:27 +00:00
Adding quotes
if this still fails then will install qemu required tools
This commit is contained in:
parent
01ce17ff4c
commit
6ba94591d5
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ build:ARM64:
|
|||
- timestamp=$(date +%Y%m%d%H%M%S)
|
||||
- cd $CI_PROJECT_DIR/
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker buildx build --platform linux/arm64 --no-cache . -t minio-arm64
|
||||
- docker buildx build --platform "linux/arm64" --no-cache . -t minio-arm64
|
||||
- docker tag minio-arm64 registry.gitlab.com/$CI_PROJECT_PATH/minio-arm64:latest
|
||||
- docker tag minio-arm64 registry.gitlab.com/$CI_PROJECT_PATH/minio-arm64:$timestamp
|
||||
- docker push registry.gitlab.com/$CI_PROJECT_PATH/minio-arm64:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue