mbox series

[bug#51984,0/1] guix: Enable arm64 docker image building for 'guix pack'

Message ID 87y25j506k.fsf@rekahsoft.ca
Headers show
Series guix: Enable arm64 docker image building for 'guix pack' | expand

Message

Collin J. Doering Nov. 19, 2021, 9:01 p.m. UTC
Currently 'guix pack' supports producing arm but not arm64 based docker images. This trivial patch makes this no longer the case, and adds support for aarch64/arm64 based image production.

Collin J. Doering (1):
  guix: Enable arm64 docker image building for 'guix pack'

 guix/docker.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Ludovic Courtès Nov. 23, 2021, 8:55 a.m. UTC | #1
Hi,

"Collin J. Doering" <collin@rekahsoft.ca> skribis:

> Currently 'guix pack' supports producing arm but not arm64 based docker images. This trivial patch makes this no longer the case, and adds support for aarch64/arm64 based image production.
>
> Collin J. Doering (1):
>   guix: Enable arm64 docker image building for 'guix pack'

I tweaked the commit log and applied, thanks!

Ludo’.