OSBS: platform definition in osbs.conf is deprecated

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-11-30 14:07:06 +01:00
parent 6e716ea950
commit b78c70d05a
2 changed files with 0 additions and 14 deletions

View file

@ -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 }}

View file

@ -50,9 +50,3 @@ vendor = {{ osbs_vendor }}
{% endif %}
{% endfor %}
{% endfor %}
[platform:x86_64]
architecture = amd64
[platform:aarch64]
architecture = arm64