Giter VIP home page Giter VIP logo

Comments (6)

prusnak avatar prusnak commented on June 15, 2024

It should be possible to build images for both amd64 and arm64 via buildx

docker buildx build --platform linux/amd64,linux/arm64 .

Other option is to run docker build on two different systems (amd64 and arm64).

from docker.

bobrik avatar bobrik commented on June 15, 2024

IIRC, Github Actions have arm64 agents and you don't have to wait for them for as long as for Travis CI.

from docker.

goodhoko avatar goodhoko commented on June 15, 2024

A bit tangential to this issue, but might be handy for folks looking for nix docker image that can run on arm64/aarch64:

There's an unofficial nix arm64 image at docker hub. Its layers seem to be identical to that of the official image and for me it worked as a drop-in replacement but YMMV.

from docker.

NickCao avatar NickCao commented on June 15, 2024

I found it easier to just use nixery.dev/arm64/shell/nixunstable.
Anyway an official image for arm64 is more than welcome.

from docker.

Silex avatar Silex commented on June 15, 2024

FYI I have a multiarch docker image of nixos/nix at https://hub.docker.com/r/silex/nix

I'd be happy to throw it away when the official image supports arm64/v8.

from docker.

garbas avatar garbas commented on June 15, 2024

This was now done with 2.5.0

from docker.

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.