vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
482 stars 26 forks source link

Force x64 for binaries on Apple M1 #72

Closed TooTallNate closed 2 years ago

TooTallNate commented 2 years ago

For Node.js, official binaries are not provided for versions <= 14.

For Python, the binaries compiled manually are also only for x64, so force it in that case as well.