OSBS: platform definition in osbs.conf is deprecated
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
6e716ea950
commit
b78c70d05a
2 changed files with 0 additions and 14 deletions
|
@ -3,14 +3,6 @@ verbose= {{ general.verbose }}
|
||||||
build_json_dir = {{ general.build_json_dir }}
|
build_json_dir = {{ general.build_json_dir }}
|
||||||
openshift_required_version = {{ general.openshift_required_version }}
|
openshift_required_version = {{ general.openshift_required_version }}
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
|
||||||
[platform:x86_64]
|
|
||||||
architecture = amd64
|
|
||||||
|
|
||||||
[platform:aarch64]
|
|
||||||
architecture: arm64
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
{% if default.username is defined %}
|
{% if default.username is defined %}
|
||||||
username = {{ default.username }}
|
username = {{ default.username }}
|
||||||
|
|
|
@ -50,9 +50,3 @@ vendor = {{ osbs_vendor }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
[platform:x86_64]
|
|
||||||
architecture = amd64
|
|
||||||
|
|
||||||
[platform:aarch64]
|
|
||||||
architecture = arm64
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue