summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
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: