From badfa7cd5fcf94d618b2415f1929dfbe29fa42ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 24 Jul 2017 15:32:44 +0200 Subject: website: donate: Mention aarch64. * website/www/donate.scm (donate-page): Mention aarch64. --- website/www/donate.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/www/donate.scm b/website/www/donate.scm index 5743d68..567822e 100644 --- a/website/www/donate.scm +++ b/website/www/donate.scm @@ -65,6 +65,10 @@ donations of hardware and optionally hosting for the following kinds of machines (they should be usable with exclusively free software): ") (ul (li "x86_64 machines, with on the order of 1\xa0TiB of storage and 4\xa0GiB of RAM;") + (li "aarch64 (armv8) machines, for our new " + (a (@ (href ,(base-url + "news/state-of-aarch64-on-guix.html"))) + "aarch64 port") ";") (li "armv7 machines (such as the Novena) to more quickly test and provide binaries for the armhf-linux port;") (li "mips64el machines to strengthen this port.")) -- cgit v1.2.3