|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|