OSBS: add aarch64 platform to worker clusters
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
940a5c676b
commit
614899be53
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ osbs_conf_worker_clusters:
|
||||||
openshift_url: "https://osbs.stg.fedoraproject.org/"
|
openshift_url: "https://osbs.stg.fedoraproject.org/"
|
||||||
verify_ssl: 'false'
|
verify_ssl: 'false'
|
||||||
|
|
||||||
|
aarch64:
|
||||||
|
- name: aarch64
|
||||||
|
max_concurrent_builds: 1
|
||||||
|
openshift_url: "https://osbs.stg.fedoraproject.org/"
|
||||||
|
verify_ssl: 'false'
|
||||||
|
|
||||||
osbs_platform_descriptors:
|
osbs_platform_descriptors:
|
||||||
- platform: x86_64
|
- platform: x86_64
|
||||||
architecture: amd64
|
architecture: amd64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue