fix arch in altarch config

This commit is contained in:
Louis Abel 2022-07-27 13:39:36 -07:00
parent e4018d11d7
commit 77264a3195
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 2 deletions

View File

@ -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: []