OSBS: Add aarch64 platform to koji builders configuration
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
7c931b3c20
commit
45d554235d
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ openshift_required_version = {{ general.openshift_required_version }}
|
|||
[platform:x86_64]
|
||||
architecture = amd64
|
||||
enable_v1 = true
|
||||
|
||||
[platform:aarch64]
|
||||
architecture: arm64
|
||||
enable_v1: True
|
||||
{% endif %}
|
||||
|
||||
[default]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue