Select Git revision
git-conventions.md
-
* fix * doc(end2end): detail test users * doc(all): update docker tag update docker image name from 0.2.0 to 0.3.0 use "docker compose" everywhere instead of "docker-compose" improve table of content fix layout * doc(all): improve docs add logo to readme add table of content rewording complete * doc(all): fix typos
* fix * doc(end2end): detail test users * doc(all): update docker tag update docker image name from 0.2.0 to 0.3.0 use "docker compose" everywhere instead of "docker-compose" improve table of content fix layout * doc(all): improve docs add logo to readme add table of content rewording complete * doc(all): fix typos
build-for-arm.md 377 B
How to build duniter-v2s for arm
- Create a docker image that contains the build environment
docker build -t duniter-v2s-arm-builder -f docker/cross-arm.Dockerfile .
- Use this docker image to cross-compile duniter-v2s for armv7
./scripts/cross-build-arm.sh
then, get the final binary at target/armv7-unknown-linux-gnueabihf/release/duniter
.