Closed prusnak closed 3 years ago
You could also base this on debian:bullseye
, which already ships with guix on all archs that guix claims to support as well.
Concept ACK! Paves the way for running Guix builds on different architectures! I made the manifest in Bitcoin Core host-architecture agnostic so that we could pursue this in the future!
You could also base this on
debian:bullseye
, which already ships with guix on all archs that guix claims to support as well.
True, perhaps we can do so in another PR!
I think it's better not to drag Debian into the mix and keep it simple
You could also base this on debian:bullseye, which already ships with guix on all archs that guix claims to support as well.
True, perhaps we can do so in another PR!
I've got a Dockerfile for this. Will PR shortly.
This PR makes Docker autodetect arch during the container build.
It also contains overall improvements of the Dockerfile