mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
OSBS: platform definition in osbs.conf is deprecated
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -3,14 +3,6 @@ verbose= {{ general.verbose }}
|
||||
build_json_dir = {{ general.build_json_dir }}
|
||||
openshift_required_version = {{ general.openshift_required_version }}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
[platform:x86_64]
|
||||
architecture = amd64
|
||||
|
||||
[platform:aarch64]
|
||||
architecture: arm64
|
||||
{% endif %}
|
||||
|
||||
[default]
|
||||
{% if default.username is defined %}
|
||||
username = {{ default.username }}
|
||||
|
||||
@@ -50,9 +50,3 @@ vendor = {{ osbs_vendor }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
[platform:x86_64]
|
||||
architecture = amd64
|
||||
|
||||
[platform:aarch64]
|
||||
architecture = arm64
|
||||
|
||||
Reference in New Issue
Block a user