From 683f48302fa6188dcb49bbbcdfeac83ecef9a43c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 22 Dec 2016 20:25:34 +0100 Subject: reproducible Debian: add arm64 to tested architectures, thanks to codethink.co.uk providing us with 8 moonshot arm64 sleds Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 5435467d..7cdc227a 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -432,7 +432,7 @@ create_suite_arch_stats_page() { fi set_icon not_for_us write_icon - if [ "$ARCH" = "armhf" ] ; then + if [ "$ARCH" = "armhf" ] || [ "$ARCH" = "arm64" ]; then ARMSPECIALARCH=" 'any-arm'," fi write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', '$ARCH', 'linux-any', 'linux-$ARCH'$ARMSPECIALARCH nor 'any-$ARCH' will not be build here" -- cgit v1.2.3-70-g09d2