summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index ba5731a0..6395b3df 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -36,7 +36,7 @@ gcc_versions = ("5",)
debbindiff_gcc_versions = ("5",)
def get_node(arch):
- if arch == "or1k":
+ if arch == "or1k" or arch == "arm64":
return "profitbricks4"
return ""