We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad90e8 commit d817537Copy full SHA for d817537
ci/Dockerfile.ledger
@@ -6,4 +6,4 @@ RUN apt-get install wget -y
6
RUN wget "https://github.com/LedgerHQ/speculos/blob/master/apps/nanox%23btc%232.0.2%231c8db8da.elf?raw=true" -O /speculos/btc.elf
7
ADD automation.json /speculos/automation.json
8
9
-ENTRYPOINT ["python", "./speculos.py", "--automation", "file:automation.json", "--model", "nanos", "--display", "headless", "--vnc-port", "41000", "btc.elf"]
+ENTRYPOINT ["python", "./speculos.py", "--automation", "file:automation.json", "--model", "nanox", "--display", "headless", "--vnc-port", "41000", "btc.elf"]
0 commit comments