From ecfdec8dbc801430b6c25b9756a6d39f4d901f63 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sat, 5 Sep 2020 19:27:55 +0200 Subject: [PATCH] make-tags: remove i686 from build tag --- make-tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-tags.sh b/make-tags.sh index 651a12e..49c41b3 100755 --- a/make-tags.sh +++ b/make-tags.sh @@ -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