docs: describe "make docker-release"

This commit is contained in:
Boris Nagaev 2025-09-26 15:36:33 -03:00
parent 2f3edb913b
commit 35d0fa26ac
No known key found for this signature in database
2 changed files with 86 additions and 0 deletions

View file

@ -125,3 +125,8 @@ git clone https://github.com/lightninglabs/loop.git
cd loop/cmd
go install ./...
```
## Reproducible builds
If you want to build release files yourself, follow
[the guide](./docs/release.md).