Closed bgilbert closed 6 months ago
All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.
If we use
platform.machine()
to get the CPU architecture, bintool can build for Linux on any arch as long as a) it's running in a builder container for that arch, and b) a machine file exists.Don't add any additional containers or machine files for now, since we can't efficiently run non-x86_64 builds in GitHub Actions.