djudd / human-name-rb

Ruby bindings for the Rust crate `human_name`, a library for parsing and comparing human names
Apache License 2.0
11 stars 1 forks source link

Multi-arch Github Actions publishing #9

Open djudd opened 5 months ago

djudd commented 5 months ago

Github Actions only natively supports x86 (except maybe for Mac?) and so can't publish a gem with arm64 support. There are various open source actions floating around which use Qemu or something to support other architectures, maybe one of those can be made to work?

Blocked on #8