hooks/post_checkout, hooks/post_push, and multi-arch-manifest.yaml try to get multi-arch working more smoothly
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user