You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -103,7 +103,7 @@ Removes all cached installations.
103
103
104
104
## Building release binaries (maintainers)
105
105
106
-
Release archives are **Linux ELF** binaries (`speculos-v<version>-linux-<arch>.tar.gz`). CI builds them on native Linux runners (see `.github/workflows/build-speculos.yml`).
106
+
Release archives are **Linux ELF** binaries (`speculos-v<version>-linux-<arch>.tar.gz`). CI builds **linux-amd64** only (see `.github/workflows/build-speculos.yml`); build **linux-arm64** locally with the Docker script below.
107
107
108
108
On **macOS** (including Apple Silicon) or Windows, use Docker so PyInstaller runs inside Linux:
0 commit comments