summaryrefslogtreecommitdiffstats
path: root/compass-cobbler/distro_signatures.json
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2018-02-27 02:35:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-27 02:35:03 +0000
commitaa9931ff28b599455f181267b9510e14ddbe8830 (patch)
tree144316e2150c576b28cc13a0d4e4aca47c17ffb8 /compass-cobbler/distro_signatures.json
parent77ae820a212698e0184fa84220d71d6ece0de3e3 (diff)
parente760737e8b065b54aaf743ead0fe6b86402645ef (diff)
Merge "compass-cobbler: support arm64"
Diffstat (limited to 'compass-cobbler/distro_signatures.json')
-rw-r--r--compass-cobbler/distro_signatures.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/compass-cobbler/distro_signatures.json b/compass-cobbler/distro_signatures.json
index 71977b7..eaaea1a 100644
--- a/compass-cobbler/distro_signatures.json
+++ b/compass-cobbler/distro_signatures.json
@@ -89,7 +89,7 @@
"version_file_regex":null,
"kernel_arch":"kernel-(.*).rpm",
"kernel_arch_regex":null,
- "supported_arches":["i386","x86_64","ppc","ppc64"],
+ "supported_arches":["i386","x86_64","ppc","ppc64","arm"],
"supported_repo_breeds":["rsync", "rhn", "yum"],
"kernel_file":"vmlinuz(.*)",
"initrd_file":"initrd(.*)\\.img",
@@ -283,7 +283,7 @@
"version_file_regex":"Codename: jessie",
"kernel_arch":"linux-headers-(.*)\\.deb",
"kernel_arch_regex":null,
- "supported_arches":["i386","amd64"],
+ "supported_arches":["i386","amd64","arm"],
"supported_repo_breeds":["apt"],
"kernel_file":"vmlinuz(.*)",
"initrd_file":"initrd(.*)\\.gz",
@@ -299,7 +299,7 @@
"version_file_regex":"Codename: stretch",
"kernel_arch":"linux-headers-(.*)\\.deb",
"kernel_arch_regex":null,
- "supported_arches":["i386","amd64"],
+ "supported_arches":["i386","amd64","arm"],
"supported_repo_breeds":["apt"],
"kernel_file":"vmlinuz(.*)",
"initrd_file":"initrd(.*)\\.gz",
@@ -461,7 +461,7 @@
"version_file_regex":"Codename: xenial|Ubuntu 16.04.3",
"kernel_arch":"linux-headers-(.*)\\.deb",
"kernel_arch_regex":null,
- "supported_arches":["i386","amd64"],
+ "supported_arches":["i386","amd64","arm"],
"supported_repo_breeds":["apt"],
"kernel_file":"linux(.*)",
"initrd_file":"initrd(.*)\\.gz",