Compare commits

..

No commits in common. "ff963159a95a6203d53bb43f9851543d913458f1" and "b857c82f2af0fb742fd3f08e08599bcf994e49c8" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
kind: pipeline
name: default
steps:
- name: build and push
image: registry.monotremata.xyz/buildx-qemu
commands:
- make

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
update-binfmts --enable update-binfmts --enable
docker buildx create --driver docker-container --driver-opt network=host --name image-builder --use docker buildx create --use
docker buildx inspect --bootstrap docker buildx inspect --bootstrap
exec "$@" exec "$@"