ethereum / hevm

symbolic EVM evaluator
https://hevm.dev
GNU Affero General Public License v3.0
223 stars 45 forks source link

[DRAFT] Update release.yml to allow for ARM64 binaries in the release #465

Closed msooseth closed 1 month ago

msooseth commented 5 months ago

Currently just checking if this will work to release ARM64 binaries for Mac ARM64 as well.

Description

Checklist

d-xo commented 1 month ago

Did this work? Would be great to have arm64 binaries.

msooseth commented 1 month ago

No, but then someone showed me how to do it!! Thanks for reminding me. Let me create a PR, this is the trick:

https://github.com/ethereum/hevm/pull/486/files

It's absolutely stupid. Version 13 is x86 and 14 is arm. That's it. It's... hilarious.

I'll create a PR in a minute. Thanks for reminding me. Also, sorry for thinking I did this already, it turns out I didn't.