2019-09-03 15:46:45 +03:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2019-09-04 03:39:09 +03:00
|
|
|
[[ "${DOCKER_TAG}" == "latest" ]] && \
|
2019-09-03 15:46:45 +03:00
|
|
|
{ echo 'qemu-user-static: Registration not required for this arch';exit 0; }
|
|
|
|
|
2019-09-04 02:09:52 +03:00
|
|
|
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|