website: download: Add latest Guix binaries.

* website/apps/download/templates/download-latest.scm (images): Add guix
binary tarball.
This commit is contained in:
Mathieu Othacehe 2020-10-22 15:11:39 +02:00
parent 2601660773
commit 9dd2b291c9
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 10 additions and 1 deletions

View File

@ -61,7 +61,16 @@
"hurd-barebones.qcow2"
(list "qcow2")
(list default-system)
"image")))
"image")
(make-image
(C_ "download page title" "GNU Guix binary")
(G_ "Self-contained tarball providing binaries for Guix and its
dependencies, to be installed on top of your Linux-based system.")
(guix-url "static/base/img/Guix-package.png")
"guix-binary.tar.xz"
(list default-system)
(list default-system)
"archive")))
(define (build-query job system)
(format #f "query=spec:~a+status:success+system:~a+~a"