Skip to content

fix: detect riscv64 in installer arch mapping#32

Open
SergioChan wants to merge 1 commit intofilebrowser:masterfrom
SergioChan:fix-riscv64-installer-arch
Open

fix: detect riscv64 in installer arch mapping#32
SergioChan wants to merge 1 commit intofilebrowser:masterfrom
SergioChan:fix-riscv64-installer-arch

Conversation

@SergioChan
Copy link

@SergioChan SergioChan commented Mar 7, 2026

Summary

  • add an explicit riscv64 architecture match in get.sh
  • keep the generic *64* mapping for amd64 after the new case
  • ensures riscv64 hosts download linux-riscv64-filebrowser.tar.gz instead of amd64 assets

Testing

  • bash -n get.sh
  • Ran a local case-matching sanity check:
    • riscv64 -> riscv64
    • x86_64 -> amd64
    • aarch64 -> arm64

Related

Fixes filebrowser/filebrowser#5776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Install script tries to install amd64 on riscv64 targets

1 participant