contrib/docker_notes.md: add notes re debian apt mirror, and envvars
related https://github.com/spesmilo/electrum/issues/8496
This commit is contained in:
@@ -15,7 +15,9 @@ similar system.
|
||||
|
||||
1. Install Docker
|
||||
|
||||
See `contrib/docker_notes.md`.
|
||||
See [`contrib/docker_notes.md`](../docker_notes.md).
|
||||
|
||||
(worth reading even if you already have docker)
|
||||
|
||||
2. Build binaries
|
||||
|
||||
@@ -27,7 +29,7 @@ similar system.
|
||||
|
||||
If you want reproducibility, try instead e.g.:
|
||||
```
|
||||
$ ELECBUILD_COMMIT=HEAD ELECBUILD_NOCACHE=1 ./build.sh qml all release-unsigned
|
||||
$ ELECBUILD_COMMIT=HEAD ./build.sh qml all release-unsigned
|
||||
```
|
||||
|
||||
3. The generated binary is in `./dist`.
|
||||
|
||||
Reference in New Issue
Block a user