docker-nixpkgs icon indicating copy to clipboard operation
docker-nixpkgs copied to clipboard

Support aarch64 docker images

Open superherointj opened this issue 3 years ago • 5 comments

Any plan to support aarch64 nix images?

Workaround: In pkgs.nix, change x86_64-linux to aarch64-linux and build (nix-build -A nix-flakes)

superherointj avatar Jul 06 '21 12:07 superherointj

I think the major block is a aarch64 ci builder.

Mic92 avatar Jul 06 '21 14:07 Mic92

I would leave this decision to @zimbatm

Mic92 avatar Jul 06 '21 17:07 Mic92

@Mic92 what do you think if we add a GitHub Actions agent on the aarch64 box that we have now?

I'm not opposed to the idea, it's just a matter to getting something sustainable in place.

zimbatm avatar Sep 06 '21 20:09 zimbatm

@zimbatm yes, why not.

Mic92 avatar Sep 07 '21 02:09 Mic92

Hey! Is there a blocker with the proposed solution? I would also be quited interested by having aarch64 images.

vincentbernat avatar Aug 04 '22 18:08 vincentbernat

hercules-ci does aarch64.

Mic92 avatar Oct 14 '22 07:10 Mic92