aeternity
aeternity copied to clipboard
Support of docker buildx and multi-plaforms
relates to https://github.com/aeternity/aeternity/pull/3845 and https://github.com/aeternity/aeternity/issues/3799
- build/check jobs should run on single platform to save runtime
- master should be build both for amd64 and arm64
- releases should be build both for amd64 and arm64
@dincho we also need to build aesophia_http images with buildx for arm64
@dincho it would be cool if we could prioritize this issue. it's important for making a public announcement of the new aeproject version :-)
really looking forward to see this. thanks @thepiwo!
Guys, this is the node repo after all, please file a ticket in https://github.com/aeternity/aesophia_http
done
Unfortunately rocksdb won't build on arm64 with gcc 9.4.0 which is what's shipped in 20.04 focal. That's fine for now we still ship with 18.04 but it could be troublesome in future.
rel: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100985
done in https://github.com/aeternity/aeternity/pull/4026