Blacksmoke16 / oq

A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
https://blacksmoke16.github.io/oq/
MIT License
190 stars 15 forks source link

ARM64 Binary #105

Open LanceSandino opened 2 years ago

LanceSandino commented 2 years ago

Hi

Can you provide an arm version of this binary please?

Thanks!

Blacksmoke16 commented 2 years ago

@LanceSandino Unfortunately providing a pre-compiled binary isn't something I can easily do as I don't have access to M1 (or any ARM) hardware, e.g. https://github.com/actions/virtual-environments/issues/2187.

So until there is a runner for M1 Macs, your best bet would be to either install via brew, or build from source. I'll keep this open tho as it'll be unblocked once that platform is added to GHA.