As I'd noted in Creating cross-compiled Docker images from Go binaries, I've been doing some work recently for container image builds. As I'm putting the finishing touches to my talk at GopherCon UK for the end of this week, I'm creating a pre-built container to simplify setup. However, to debug this issue with go install, I found that I needed to be able to run the cross-compiled ARM64 container on my AMD64 machine. I found StereoLabs' blog post useful, and on top of it needed to install the...