add cpuinfo to list of dependencies

This commit is contained in:
2025-08-13 16:26:30 -05:00
parent c9abd937e8
commit f07486cb11
2 changed files with 13 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -13,7 +13,7 @@ pipeline {
}
axis {
name 'ARCH'
values 'amd64', 'arm64'
values 'arm64', 'amd64'
}
}
stages {