diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-07-24 15:32:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-07-24 15:32:44 +0200 |
commit | badfa7cd5fcf94d618b2415f1929dfbe29fa42ed (patch) | |
tree | 0b022ec976296536d0804b7e2f9bee5e6bd28214 /website | |
parent | 74f5bc3cc168cf283f47e87eace4630edd44a360 (diff) | |
download | guix-artwork-badfa7cd5fcf94d618b2415f1929dfbe29fa42ed.tar guix-artwork-badfa7cd5fcf94d618b2415f1929dfbe29fa42ed.tar.gz |
website: donate: Mention aarch64.
* website/www/donate.scm (donate-page): Mention aarch64.
Diffstat (limited to 'website')
-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.")) |