Some of my attempts have produced incorrect binary artifacts. For example my supposed arm64 macOS binaries were actually x86_64. We ought to have a test as part of release that verfies we've built the right thing. For arm64 binaries you can at least check the output of file. Building and running something on an x86_64 builder would be nice but looks like a stretch.
Some of my attempts have produced incorrect binary artifacts. For example my supposed arm64 macOS binaries were actually x86_64. We ought to have a test as part of release that verfies we've built the right thing. For arm64 binaries you can at least check the output of
file
. Building and running something on an x86_64 builder would be nice but looks like a stretch.