mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #640] Add release for aarch64-linux-android #387
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ahaoboy on GitHub (Oct 24, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/640
Specific Demand
Added aarch64-linux-android precompiled resources so that it can be installed directly using
cargo binstall dufswithout recompiling@sigoden commented on GitHub (Oct 27, 2025):
We will not support this feature. On Android, use dufs-v0.45.0-aarch64-unknown-linux-musl.tar.gz instead.
@ahaoboy commented on GitHub (Oct 27, 2025):
aarch64-unknown-linux-musl doesn't seem to run in termux.
If anyone else is looking for something similar, you can download the aarch64-linux-android build from https://github.com/ahaoboy/dufs-build/releases/tag/nightly
@sigoden commented on GitHub (Oct 27, 2025):
I didn't know this error would occur, so please use the dufs package in Termux:
@ahaoboy commented on GitHub (Oct 27, 2025):
THX