elm-format
elm-format copied to clipboard
Add macos aarch64 build support to Shakefile system
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 :)
Following the PR by @supermario, I was able to successfully build elm-format
on my Macbook Pro M1 Max.
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.