Skip to content

Request for ARM (aarch64) binary #810

@slitvinov

Description

@slitvinov

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 error

Would it be possible to provide an ARM (aarch64) binary?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions