You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: properly set JuiceFS mount binary path with channel suffix
Refactored the mount binary installation to explicitly place files at the
expected locations with correct channel suffixes (.stable or .beta). This
prevents the Python wrapper from attempting to download non-existent files
for arm64 architecture.
- Explicitly copy mount binaries to /usr/local/juicefs/mount/jfsmount.{stable,beta}
- Ensure both amd64 and arm64 architectures use the same naming convention
- Fix the auto-download attempt that was failing with 404 errors
0 commit comments