Skip to content

Commit

Permalink
chore: add trezord-go-v2.0.33 binaries
Browse files Browse the repository at this point in the history
copied from trezor-suite monorepo
  • Loading branch information
szymonlesisz authored and grdddj committed Oct 18, 2023
1 parent 45ed646 commit 5c45b38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,12 @@ def sort_firmwares(version: str) -> Tuple[int, ...]:
def explore_bridges() -> None:
# Send only suitable bridges for ARM/non-ARM
if IS_ARM:
BRIDGES.append(f"2.0.33{ARM_IDENTIFIER}")
BRIDGES.append(f"2.0.32{ARM_IDENTIFIER}")
BRIDGES.append(f"2.0.31{ARM_IDENTIFIER}")
BRIDGES.append(f"2.0.30{ARM_IDENTIFIER}")
else:
BRIDGES.append("2.0.33")
BRIDGES.append("2.0.32")
BRIDGES.append("2.0.31")
BRIDGES.append("2.0.27")
Expand Down
Binary file added src/binaries/trezord-go/bin/trezord-go-v2.0.33
Binary file not shown.
Binary file not shown.

0 comments on commit 5c45b38

Please sign in to comment.