This commit is contained in:
parent
2673a7984d
commit
07c3c7f63b
@ -19,9 +19,7 @@ steps:
|
||||
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
|
||||
- docker buildx create --use --name crosscomp
|
||||
- docker buildx inspect --bootstrap
|
||||
- docker buildx build --cache-to=type=registry,ref=registry.chrz.de:443/hello-ci --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=false --progress tty -t registry.chrz.de:443/hello-ci:latest-multi .
|
||||
- docker image ls
|
||||
- docker buildx imagetools inspect hello-ci:latest-multi
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=false --progress tty -t registry.chrz.de:443/hello-ci:latest-multi .
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
path: /var/run/docker.sock
|
||||
|
Loading…
Reference in New Issue
Block a user