postgrespro / pgsphere

PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL.
https://pgsphere.org
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

Add 32-bit builds to GitHub Actions CI #108

Open esabol opened 7 months ago

esabol commented 7 months ago

Ideally, we should add 32-bit builds to the GitHub Actions CI to prevent problems with 32-bit architectures from creeping into the source code in the future.

https://dev.to/drhyde/automatic-cross-platform-testing-part-6-32-bit-linux-fh2 - this method no longer works

esabol commented 7 months ago

Need to do the 32-bit builds in a Docker container, I think. Would 32-bit Alpine work?

https://github.com/marketplace/actions/setup-alpine-linux-environment