1
0

hooks/post_checkout, hooks/post_push, and multi-arch-manifest.yaml try to get multi-arch working more smoothly

This commit is contained in:
David Personette
2020-04-11 23:19:10 -04:00
parent 4bfd11ae81
commit a77afc2d40
8 changed files with 36 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
[[ "${DOCKER_TAG}" == "latest" ]] && \
[[ "${DOCKER_TAG}" == "amd64" ]] && \
{ echo 'qemu-user-static: Registration not required for this arch';exit 0; }
docker run --rm --privileged multiarch/qemu-user-static:register --reset