From 595ac0c255f140dfb20ef683e994554b93e263b1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 2 Jun 2017 13:02:40 +0200 Subject: reproducible Debian: we're testing arm64 since a while too Signed-off-by: Holger Levsen --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index bbd08845..e94c2f6f 100644 --- a/INSTALL +++ b/INSTALL @@ -166,7 +166,7 @@ All webpages will be served out of /var/lib/jenkins/userContent/reproducible and Before running, create the following directories and files: ---- sudo mkdir /srv/reproducible-results/node-information/ -for i in i386 amd64 armhf ; do touch /srv/reproducible-results/node-information/dummy_$i ; done +for i in i386 amd64 arm64 armhf ; do touch /srv/reproducible-results/node-information/dummy_$i ; done ---- And run the following script as user jenkins: -- cgit v1.2.3-54-g00ecf