feat: added ublue-update to the rpm packages

added in the ublue-update RPM into the rpms folder, may want to include something about uninstalling the update services, or include something in startingpoint that enables this by default.
This commit is contained in:
gerblesh 2023-07-02 15:04:02 -07:00 committed by Tulili
parent e863c97614
commit a94b31132b

View file

@ -15,5 +15,6 @@ RUN cd /tmp/ublue-os/build/backgrounds && make && cp /tmp/ublue-os/rpmbuild/RPMS
FROM scratch
COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /rpms
COPY --from=builder /tmp/ublue-os/files /files
COPY --from=builder /tmp/ublue-os/rpms /rpms