openslide / openslide-bin

Binary builds of OpenSlide and its dependencies
https://openslide.org/download/#binaries
GNU Lesser General Public License v2.1
19 stars 28 forks source link

bintool: don't hardcode x86_64 for Linux builds #251

Closed bgilbert closed 6 months ago

bgilbert commented 6 months ago

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.

openslide-bot commented 6 months ago

DCO signed off :heavy_check_mark:

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.