forked from sig_core/toolkit
fix arch in altarch config
This commit is contained in:
parent
e4018d11d7
commit
77264a3195
@ -10,7 +10,7 @@
|
|||||||
bugurl: 'https://bugs.rockylinux.org'
|
bugurl: 'https://bugs.rockylinux.org'
|
||||||
checksum: 'sha256'
|
checksum: 'sha256'
|
||||||
allowed_arches:
|
allowed_arches:
|
||||||
- armhfp
|
- armv7hl
|
||||||
- riscv64
|
- riscv64
|
||||||
provide_multilib: False
|
provide_multilib: False
|
||||||
project_id: ''
|
project_id: ''
|
||||||
@ -30,7 +30,7 @@
|
|||||||
livemap: {}
|
livemap: {}
|
||||||
repoclosure_map:
|
repoclosure_map:
|
||||||
arches:
|
arches:
|
||||||
armhfp: '--forcearch=armhfp --arch=noarch'
|
armv7hl: '--forcearch=armv7hl --arch=noarch'
|
||||||
riscv64: '--forcearch=riscv64 --arch=noarch'
|
riscv64: '--forcearch=riscv64 --arch=noarch'
|
||||||
repos:
|
repos:
|
||||||
devel: []
|
devel: []
|
||||||
|
Loading…
Reference in New Issue
Block a user