samba/hooks/pre_build
2019-09-03 20:39:09 -04:00

6 lines
214 B
Bash

#!/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