deber
deber copied to clipboard
Allow building packages for other architectures
Not only amd64, but armhf and arm64 too.
Run bash in armhf debian unstable container:
docker run -it --rm -v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static:ro arm32v7/debian:unstable
So, qemu-user-static package would be a recommended dependency.
~~Check apt-get build-dep -a $ARCH ./~~
Does not work well for Go packages.