Code Monkey home page Code Monkey logo

Comments (3)

agouin avatar agouin commented on June 12, 2024 1

Thanks @DavidNix for finding this and helping me troubleshoot. I found out that the build-linux target we are using for gaia is overwriting the GOARCH to amd64. This is fixed by using the build target instead.

from heighliner.

agouin avatar agouin commented on June 12, 2024 1

The dockerfiles have been moved here.
All dockerfiles have been updated to cross compile using the host architecture for the build phase, then package the cross compiled binary into the final image with the target architecture in the last qemu step.

Buildkit integration was added here so that CI and local can build the multi-arch images.

chains.yaml has been modified so that all chains will use a make target or build script that allows for cross-compilation

from heighliner.

DavidNix avatar DavidNix commented on June 12, 2024

@agouin I'm on arm64 (m1 mac).

The gaia container is giving me trouble with musl.

❯ docker run -it ghcr.io/strangelove-ventures/heighliner/gaia:v6.0.4 sh
~ # gaiad
qemu-x86_64: Could not open '/lib/ld-musl-x86_64.so.1': No such file or directory
~ # gaiad -h
qemu-x86_64: Could not open '/lib/ld-musl-x86_64.so.1': No such file or directory
~ #

Apologies if this is a known issue.

The failure also happens in ibctest. My workaround is to use juno and osmosis which do not exhibit this issue.

Also, if this should be a separate GH issue with a bug label, let me know!

from heighliner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.