Skip to content

Commit

Permalink
CI: COPR: add c10s buildroot
Browse files Browse the repository at this point in the history
Reviewed-by: Justin Stephenson <[email protected]>
  • Loading branch information
alexey-tikhonov committed Nov 19, 2024
1 parent 9c4a51f commit 3294cdb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/copr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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]
Expand Down

0 comments on commit 3294cdb

Please sign in to comment.