]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wb-graph
Add s390x and armhf to the graphs
[wannabuild.git] / bin / wb-graph
index 743c1af29a76a7885fe3d9e065f91bdd2a021b0b..78d3c29964781e1db8f5bc713eff8d59d3b52b59 100755 (executable)
@@ -35,7 +35,7 @@ my $date=`date -u "+%m/%d/%Y %T"`;
 chop($date);
 print "$date";
 
-my @archs = qw(alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 amd64 sparc armel kfreebsd-amd64 kfreebsd-i386);
+my @archs = qw(alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 amd64 sparc armel kfreebsd-amd64 kfreebsd-i386 armhf s390x);
 my $arch;
 
 foreach $arch (@archs) {