Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native arm64 support for the local installer #117

Open
jpflueger opened this issue Dec 2, 2022 · 0 comments
Open

Native arm64 support for the local installer #117

jpflueger opened this issue Dec 2, 2022 · 0 comments

Comments

@jpflueger
Copy link

I have been using the local installer on a raspberry pi arm64 device running Ubuntu 22.04. I've run into several issues where it looks like the nomad jobs for bindle and hippo are referencing amd64 binaries. I just wanted to open this issue to tie together some of the other issues that I've filed so that once they're fixed we can update the installer with arm64 compatible binaries.

bindle-server

The bindle-server binary in this repository is compiled for x86_64:

❯ file local/bindle/bindle-server 
local/bindle/bindle-server: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped

Bindle should have a release for aarch64 but it currently isn't found in any of the release artifacts.

deislabs/bindle Issue 325

hippo

The hippo binary is also seemingly x64 only based on the nomad job:

...
    task "hippo" {
      driver = "raw_exec"

      artifact {
        source = "https://github.com/deislabs/hippo/releases/download/${var.hippo_version}/hippo-server-${var.os}-x64.tar.gz"
      }
...

deislabs/hippo Issue 1335
deislabs/hippo PR 1336

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant