copr: allow to build src.rpm on aarch64 in aws too
This commit is contained in:
parent
8c55a92abd
commit
593cf6fba7
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,7 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot
|
||||||
- name: copr_builder
|
- name: copr_builder
|
||||||
priority: {{ priority }}
|
priority: {{ priority }}
|
||||||
- aws
|
- aws
|
||||||
|
- arch_noarch
|
||||||
{% if arch == 'x86_64' %}
|
{% if arch == 'x86_64' %}
|
||||||
- arch_x86_64
|
- arch_x86_64
|
||||||
- arch_x86_64_native
|
- arch_x86_64_native
|
||||||
|
@ -36,7 +37,6 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot
|
||||||
- arch_i686_native
|
- arch_i686_native
|
||||||
- arch_armhfp
|
- arch_armhfp
|
||||||
- arch_armhfp_emulated
|
- arch_armhfp_emulated
|
||||||
- arch_noarch
|
|
||||||
{% else %}
|
{% else %}
|
||||||
- arch_aarch64
|
- arch_aarch64
|
||||||
- arch_aarch64_native
|
- arch_aarch64_native
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue