copr: enable building armhfp packages
This commit is contained in:
parent
ae47f839ba
commit
32c7d9393e
2 changed files with 6 additions and 1 deletions
|
@ -42,6 +42,11 @@
|
|||
- copr-builder
|
||||
- libcurl # temporarily, for rhbz#1690971
|
||||
|
||||
# temporary thing, till we have merged:
|
||||
# https://pagure.io/copr/copr/pull-request/1109
|
||||
- name: install qemu-user-static
|
||||
dnf: state=present pkg=qemu-user-static
|
||||
|
||||
- name: run /bin/copr-update-builder from copr-builder package
|
||||
shell: /usr/bin/copr-update-builder
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ frontend_auth={{ copr_backend_password }}
|
|||
build_groups=3
|
||||
|
||||
group0_name=PC
|
||||
group0_archs=i386,x86_64,i586
|
||||
group0_archs=i386,x86_64,i586,armhfp
|
||||
|
||||
group1_name=PPC64LE
|
||||
group1_archs=ppc64le
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue