summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/build-system/go.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/build-system/go.scm b/guix/build-system/go.scm
index 97581a14c6..5599644f3b 100644
--- a/guix/build-system/go.scm
+++ b/guix/build-system/go.scm
@@ -111,6 +111,7 @@ commit hash and its date rather than a proper release tag."
("i686" "386")
("x86_64" "amd64")
("mips64el" "mips64le")
+ ("loongarch64" "loong64")
(_ arch))
(match os
((or "mingw32" "cygwin") "windows")