Skip to content

Add support for non-x86_64 Ubuntu #244

Description

@python-processing-unit

Currently, build.ps1 always forces x86_64. On Windows, which support running binaries on an incompatible ISA, this makes sense, it since it means all Prefix extensions know what ISA to target. For Ubuntu, which does not have binary translation, use the actual ISA of the current machine.

Update .github/workflows/ci.yml to also run on Ubuntu with non-x86_64 ISAs (AArch64, RISC-V?).

Metadata

Metadata

Labels

enhancementNew feature or requestpatchRequires a patch version change.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions