-
Notifications
You must be signed in to change notification settings - Fork 536
Open
Description
I'm trying to use goofys on an ARM-based machine (aarch64), but the binary provided are for x86-64. Here's what I get:
$ wget -q https://github.com/kahing/goofys/releases/latest/download/goofys
$ file goofys
goofys: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=MZImWwyWMw-I66v8BciW/Fm_ng2g1LKXFnFFdHlB3/HTq8_vsgYBpMMqQgasV2/nK0GnoEIDvMIXqeYlWJr, not stripped
$ uname -m
aarch64
$ chmod +x ./goofys
$ ./goofys
-bash: ./goofys: cannot execute binary file: Exec format errorWould it be possible to provide an ARM (aarch64) binary?
Metadata
Metadata
Assignees
Labels
No labels