This commit is contained in:
parent
a50b244278
commit
b82dcbc809
@ -11,11 +11,9 @@ steps:
|
||||
image: alexviscreanu/buildx
|
||||
commands:
|
||||
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
|
||||
- docker buildx create --name crosscomp
|
||||
- docker buildx use crosscomp
|
||||
- docker buildx create --use --name crosscomp
|
||||
- docker buildx inspect --bootstrap
|
||||
- docker buildx ls
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --progress plain -t registry.chrz.de:443/hello-ci:latest .
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --progress tty -t registry.chrz.de:443/hello-ci:latest .
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
path: /var/run/docker.sock
|
||||
|
Loading…
Reference in New Issue
Block a user