From e53ee5befa3e067a3c7d163d63eb2a2eba960858 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 24 Feb 2017 15:06:45 +0000 Subject: [PATCH] docs: Test release on aarch64, ppc64 and ppc64le. Before a stable release, we will now test on aarch64, ppc64 and ppc64le. --- docs/guestfs-hacking.pod | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index af23d1b2e..df429a18f 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -974,8 +974,23 @@ about the stable branch policy. =item * -Check C works on at least Fedora, Debian and -Ubuntu. +Check C works on at least: + +=over 4 + +=item Fedora (x86-64) + +=item Debian (x86-64) + +=item Ubuntu (x86-64) + +=item Fedora (aarch64) + +=item Fedora (ppc64) + +=item Fedora (ppc64le) + +=back =item *