mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-13 12:33:27 +02:00
This commit:
- Adds building docker images for multiple architectures (currently intel, arm64)
using docker `buildx`
- Temporarily modifies the `Dockerfile` to use `ppa:mainnet-pat/opt-qt-5.13.2-bionic`
which is a clone of previously used `ppa:beineri/opt-qt-5.13.2-bionic` but builds
arm64 deb packages as well. Author is contacted to support this in their repo.
- Calin verified that the input source tree and build control files are identical to ~beineri
- Adds librocksdb.a static lib built for arm64 (should be generally useful outside of docker)
|
||
|---|---|---|
| .. | ||
| linux.ubuntu.before_install | ||
| linux.ubuntu.install | ||
| linux.ubuntu.script | ||
| osx.mac.before_install | ||
| osx.mac.install | ||
| osx.mac.script | ||
| windows.pc.before_install | ||
| windows.pc.install | ||
| windows.pc.script | ||