deber icon indicating copy to clipboard operation
deber copied to clipboard

Allow building packages for other architectures

Open dawidd6 opened this issue 6 years ago • 2 comments

Not only amd64, but armhf and arm64 too.

dawidd6 avatar Mar 23 '19 11:03 dawidd6

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.

dawidd6 avatar Apr 25 '19 19:04 dawidd6

~~Check apt-get build-dep -a $ARCH ./~~

Does not work well for Go packages.

dawidd6 avatar Jun 12 '19 15:06 dawidd6