unsplash / intlc

Compile ICU messages into code. Supports TypeScript and JSX. No runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Produce binaries for more OS/arch pairs

samhh opened this issue · comments

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

Tangentially related: #99

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

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

Edit: #193

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