Skip to content

fix: detect riscv64 in install script#35

Open
mturac wants to merge 1 commit into
filebrowser:masterfrom
mturac:fix/5776-riscv64-install-arch
Open

fix: detect riscv64 in install script#35
mturac wants to merge 1 commit into
filebrowser:masterfrom
mturac:fix/5776-riscv64-install-arch

Conversation

@mturac
Copy link
Copy Markdown

@mturac mturac commented May 17, 2026

Summary

Fixes filebrowser/filebrowser#5776.

Detects riscv64 before the generic *64* architecture match so the install script downloads the existing linux-riscv64-filebrowser.tar.gz release asset instead of the amd64 build.

Testing

  • bash -n get.sh
  • mocked riscv64 install smoke test with fake uname, curl, and tar, confirming the script builds the linux-riscv64-filebrowser.tar.gz URL and completes without network access
  • git diff --check

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