diff options
-rw-r--r-- | website/www/donate.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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.")) |