elm-format icon indicating copy to clipboard operation
elm-format copied to clipboard

Add macos aarch64 build support to Shakefile system

Open supermario opened this issue 2 years ago • 1 comments

As mentioned on Discord, here are the rough changes I made last weekend to generate an aarch64 build on my M1 Mac using ./build.sh --verbose --verbose -- dist.

Feels a little hacky, so happy to take feedback and refine :)

supermario avatar May 05 '22 15:05 supermario

Following the PR by @supermario, I was able to successfully build elm-format on my Macbook Pro M1 Max.

stevenyap avatar Jun 02 '22 09:06 stevenyap

Thanks! I'm going to include this in https://github.com/avh4/elm-format/pull/784, where I've made a few small changes to what you provided here.

avh4 avatar Feb 10 '23 04:02 avh4