1
0

release: also build android apk for x86_64 arch

related: f9f57b58b4

(note: this should be enough to put the apk onto download.electrum.org,
but it is not yet linked from the main website)
This commit is contained in:
SomberNight
2023-03-24 10:47:50 +00:00
parent 8c1fe10f54
commit f53522f0c9
3 changed files with 9 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ files = {
"win_portable": f"electrum-{version_win}-portable.exe",
"apk_arm64": f"Electrum-{APK_VERSION}-arm64-v8a-release.apk",
"apk_armeabi": f"Electrum-{APK_VERSION}-armeabi-v7a-release.apk",
"apk_x86_64": f"Electrum-{APK_VERSION}-x86_64-release.apk",
}