mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
Merge pull request #3259 from cgwalters/c9s-buildroot
ci: Add buildroot to c9s build
This commit is contained in:
commit
ac6ba43922
@ -1,4 +1,5 @@
|
||||
FROM quay.io/centos/centos:stream9 as build
|
||||
COPY ci/c9s-buildroot.repo /etc/yum.repos.d
|
||||
RUN dnf -y install dnf-utils zstd && dnf config-manager --enable crb && dnf builddep -y ostree
|
||||
COPY . /build
|
||||
WORKDIR /build
|
||||
|
7
ci/c9s-buildroot.repo
Normal file
7
ci/c9s-buildroot.repo
Normal file
@ -0,0 +1,7 @@
|
||||
[buildroot]
|
||||
name=CentOS Stream $releasever - Koji Local - BUILDROOT ONLY!
|
||||
baseurl=https://kojihub.stream.centos.org/kojifiles/repos/c9s-build/latest/$basearch/
|
||||
cost=2000
|
||||
enabled=1
|
||||
skip_if_unavailable=False
|
||||
gpgcheck=0
|
Loading…
x
Reference in New Issue
Block a user