build: note whether binary is reproducible in each case
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
Source tarballs
|
||||
===============
|
||||
|
||||
✗ _This script does not produce reproducible output (yet!)._
|
||||
|
||||
1. Build locale files
|
||||
|
||||
```
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
AppImage binary for Electrum
|
||||
============================
|
||||
|
||||
✓ _This binary should be reproducible, meaning you should be able to generate
|
||||
binaries that match the official releases._
|
||||
|
||||
This assumes an Ubuntu host, but it should not be too hard to adapt to another
|
||||
similar system. The docker commands should be executed in the project's root
|
||||
folder.
|
||||
similar system. The host architecture should be x86_64 (amd64).
|
||||
The docker commands should be executed in the project's root folder.
|
||||
|
||||
We currently only build a single AppImage, for x86_64 architecture.
|
||||
Help to adapt these scripts to build for (some flavor of) ARM would be welcome,
|
||||
see [issue #5159](https://github.com/spesmilo/electrum/issues/5159).
|
||||
|
||||
|
||||
1. Install Docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user