fables-tales / rubyfmt

Ruby Autoformatter!
MIT License
1.07k stars 50 forks source link

Fix aarch release build #464

Open reese opened 6 months ago

reese commented 6 months ago

When I made the preview release builds, I didn't notice that the arm builds in make_release actually operate off of the TARGET env variable, so they were actually producing x86 builds. The arm builds are pretty rarely used, so we didn't notice until post-release -- this PR remedies that and produces the correct build artifact.