Files
pycapnp/.github/workflows
Jacob Alexander 9b65eded52 ci: speed up wheel builds, defer exotic arches to release tags
- Build aarch64 wheels on native ubuntu-24.04-arm runners instead of
  QEMU emulation (massive speedup on every push/PR).
- Move ppc64le and s390x QEMU builds into a separate job that only
  runs on refs/tags/v* and skips tests (still extremely slow under
  emulation, but no longer gates regular CI).
- Drop EOL CPython 3.8 builds, which also removes the macOS
  x86_64-only-installer warning.
- Include arch in artifact names to make them easier to identify.
2026-05-30 11:59:52 -07:00
..