holochain-open-dev / holoom

Tools for weaving blockchain data into holochain
1 stars 1 forks source link

Script support for arm64 binaries #9

Open nphias opened 3 weeks ago

nphias commented 3 weeks ago

many people are using arm64 devices and having to force docker to use one CPU architecture type , ie x86_64 amd requires additional settings / config and doesn't run optimally

8e8b2c commented 3 weeks ago

The hc, lair-keystore & holochain binaries come from https://github.com/holochain-open-dev/holochain-prebuilt-binaries. I suppose there's probably a way to enlist a apple silicon github action runner. (@nphias, maybe you could look into that)

The holo-dev-server binary comes from https://github.com/holochain-identity/holo-dev-server-binaries. I didn't get round to automating this build, so the repo is literally empty, with an attached binary release that I built locally. You could also look into automating this.

nphias commented 3 weeks ago

yeah so the latest is the fix has been done for the holochain binary on 0.4x and there is a promise to backport the fix to 0.3x .. but not 0.2x. 0.2x is not getting any more updates unless they find serious bugs