chore: disable the wallpaper builds for now

this is a nightmare to poke around in blindly, lets see where #104 goes
This commit is contained in:
xynydev 2024-01-24 19:13:41 +02:00
parent f23f04d394
commit 858d3aa738

View file

@ -6,7 +6,7 @@ RUN mkdir -p /tmp/ublue-os/{rpms,build}
COPY build /tmp/ublue-os/build
# TODO: Eventually make this more flexible to include more projects
RUN cd /tmp/ublue-os/build/backgrounds && make && cp /tmp/ublue-os/rpmbuild/RPMS/noarch/*.rpm /tmp/ublue-os/rpms
# RUN cd /tmp/ublue-os/build/backgrounds && make && cp /tmp/ublue-os/rpmbuild/RPMS/noarch/*.rpm /tmp/ublue-os/rpms
FROM scratch