make-tags: remove i686 from build tag
This commit is contained in:
parent
64ffe431ec
commit
ecfdec8dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ KOJI="koji --server=http://localhost/kojihub --user=kojiadmin --password=kojipas
|
|||
|
||||
$KOJI add-tag f32
|
||||
$KOJI add-tag --parent f32 f32-candidate
|
||||
$KOJI add-tag --parent f32 --arches=i686,x86_64 f32-build
|
||||
$KOJI add-tag --parent f32 --arches=x86_64 f32-build
|
||||
$KOJI add-target f32-candidate f32-build f32-candidate
|
||||
|
||||
$KOJI regen-repo f32-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue