Skip to content

Commit

Permalink
Merge pull request #73 from prydom/update-rpms
Browse files Browse the repository at this point in the history
Disable kf6-ksvg build
  • Loading branch information
prydom authored Sep 28, 2024
2 parents bd77fb5 + a03c607 commit cce2aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rpm-builds/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:rawhide as builder
FROM quay.io/fedora/fedora:rawhide AS builder
RUN \
--mount=type=cache,dst=/var/cache/dnf,id=dnf,sharing=locked \
dnf -y install fedora-packager rpmdevtools gcc bash \
Expand Down Expand Up @@ -26,8 +26,9 @@ RUN \
&& echo *.spec | xargs -n 1 -P 1 -- spectool -g -R \
&& rpmbuild -ba *.spec \
&& mkdir -p /home/builder/rpmbuild/RPMS/noarch /home/builder/rpmbuild/RPMS/repo \
&& shopt -s nullglob \
&& cp -a /home/builder/rpmbuild/RPMS/x86_64/* /home/builder/rpmbuild/RPMS/noarch/* /home/builder/rpmbuild/RPMS/repo \
&& createrepo /home/builder/rpmbuild/RPMS/repo

FROM scratch as repo
FROM scratch AS repo
COPY --from=builder /home/builder/rpmbuild/RPMS/repo /
File renamed without changes.

0 comments on commit cce2aa4

Please sign in to comment.