So:
The official Go build container is based on Alpine.
Alpine uses musl as libc instead of glibc.
I need to build a Go executable in a container that can be run on Ubuntu, which uses glibc.
How do I either
I can't use the Disable CGO solution, as my Go code is a FUSE driver, which requires CGO