Add x86-64 osbs platform
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
6f009a72fc
commit
982ca6c913
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ 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
|
||||
enable_v1 = true
|
||||
{% endif %}
|
||||
|
||||
[default]
|
||||
{% if default.username is defined %}
|
||||
username = {{ default.username }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue