* [bug#74643] [PATCH] guix: docker: Support riscv64.
@ 2024-12-02 8:11 Zheng Junjie
0 siblings, 0 replies; only message in thread
From: Zheng Junjie @ 2024-12-02 8:11 UTC (permalink / raw)
To: 74643
Cc: Christopher Baines, Josselin Poiret, Ludovic Courtès,
Mathieu Othacehe, Simon Tournier, Tobias Geerinckx-Rice
* guix/docker.scm (build-docker-image): Add riscv64 case.
Change-Id: I4b735dfe299818209341e65876fe736046bb30e7
---
guix/docker.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/guix/docker.scm b/guix/docker.scm
index 1c6f59568f6..67176ba0596 100644
--- a/guix/docker.scm
+++ b/guix/docker.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2023 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -312,7 +313,8 @@ (define* (build-docker-image image paths prefix
("i686" "386")
("arm" "arm")
("aarch64" "arm64")
- ("mips64" "mips64le")))))
+ ("mips64" "mips64le")
+ ("riscv64" "riscv64")))))
;; Make sure we start with a fresh, empty working directory.
(mkdir directory)
(with-directory-excursion directory
base-commit: ca3a79ccee5f9a857e00128f11d04e3c1aef901a
--
2.46.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-02 8:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 8:11 [bug#74643] [PATCH] guix: docker: Support riscv64 Zheng Junjie
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).