From 05f58101e666df6afc83311a8bbd9154c2c330d5 Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Tue, 19 Nov 2024 15:32:40 +0100 Subject: [PATCH] CI: COPR: add c10s buildroot --- .github/workflows/copr_build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/copr_build.yml b/.github/workflows/copr_build.yml index b09481045e5..d7b352b2e38 100644 --- a/.github/workflows/copr_build.yml +++ b/.github/workflows/copr_build.yml @@ -90,7 +90,7 @@ jobs: project: ${{ env.COPR_PROJECT }} account: ${{ env.COPR_ACCOUNT }} - - name: Add buildroot repository to CentOS Stream + - name: Add buildroot repository to CentOS Streams env: coprcfg: ${{ steps.copr.outputs.coprcfg }} run: | @@ -99,6 +99,11 @@ jobs: --repos 'https://kojihub.stream.centos.org/kojifiles/repos/c9s-build/latest/$basearch/' \ $COPR_ACCOUNT/$COPR_PROJECT/centos-stream-9-x86_64 + # CentOS Stream 10 + copr-cli --config "$coprcfg" edit-chroot \ + --repos 'https://kojihub.stream.centos.org/kojifiles/repos/c10s-build/latest/$basearch/' \ + $COPR_ACCOUNT/$COPR_PROJECT/centos-stream-10-x86_64 + build: runs-on: ubuntu-latest needs: [prepare]