ForkbombEu / ncr

no‧code‧room: No code REST API server based on zencode natural language smart contracts
4 stars 2 forks source link

Allows different target builds (linux-arm32, linux-arm64, mac-arm64) #318

Open andrea-dintino opened 4 weeks ago

andrea-dintino commented 4 weeks ago

It seems that the target build is hardcoded as linux-x64 see:

https://github.com/ForkbombEu/ncr/blob/main/package.json#L37

I tried to build on a Raspi4 with ARM64 OS and the build would fail... when changing the the target as linux-arm64 the build would continue