Clean up multiarch build setup #1480
Labels
cleanup
Code simplification or clean-up
continuous integration
help wanted
Extra attention is needed
release/packaging
I am wrestling with this in #1478 and it ended up being the blocker for #1407
The way we currently build the non-x86 linux binaries is a bit cumbersome and a lot brittle.
buster
.--profile=static
, which leads to a bunch of warnings about libc, because it's debian.build_multiarch_stanc3
is baroque and relies on a package calledskopeo
-- but I'm 99% sure we could just be passing--platform=linux/arm64
etc insteadI would be nice if we could re-write these such that they were all based on a minimal Alpine image (for static linking), and clean up a lot of the oddities they currently contain
The text was updated successfully, but these errors were encountered: