unsplash / intlc

Compile ICU messages into code. Supports TypeScript and JSX. No runtime.
MIT License
56 stars 2 forks source link

Produce binaries for more OS/arch pairs #188

Closed samhh closed 4 months ago

samhh commented 1 year ago

Currently it's implicitly only Linux x86_64 and macOS x86_64.

Tangentially related: #99

samhh commented 1 year ago

Short of cross compilation, which'd be ideal, we should be able to build macOS AArch64 on GitHub's CI later this year: https://github.com/github/roadmap/issues/528

samhh commented 1 year ago

Until this is solved we should start specifying the x86_64 arch on the produced binary names.

Edit: https://github.com/unsplash/intlc/pull/193

samhh commented 1 year ago

May also consider manually attaching compiled macOS AArch64 builds for the time being given the performance implications.