samba/hooks/pre_build
2019-09-04 06:59:22 -04:00

6 lines
214 B
Bash
Executable File

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