This commit is contained in:
parent
d5845951b1
commit
ea7f123e2c
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ steps:
|
|||
- 'docker version'
|
||||
- 'docker buildx version'
|
||||
- 'docker run --rm --privileged multiarch/qemu-user-static --reset -p yes'
|
||||
- 'echo -n $REGISTRY_PASS | docker login -u $REGISTRY_USER --password-stdin $REGISTRY_HOST'
|
||||
- 'docker buildx create --name multiarch --use'
|
||||
#- 'docker buildx build --platform linux/amd64,linux/arm64 --output=type=image,push=true --progress tty --build-arg TAG=$DRONE_TAG -t $REGISTRY_HOST/$IMAGE:$DRONE_TAG -t $REGISTRY_HOST/$IMAGE:latest .'
|
||||
- 'docker buildx build --platform linux/amd64,linux/arm64 --output=type=image,push=true --progress tty --build-arg TAG="br-1.5.2" -t $REGISTRY_HOST/$IMAGE:latest .'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue