Skip to content

Commit

Permalink
chore(extra): fold ublue-os#178 into this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mulderje committed Apr 27, 2024
1 parent 5854f49 commit 0e05913
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Containerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN cp /tmp/build/ublue-os-akmods-addons/rpmbuild/RPMS/noarch/ublue-os-akmods-ad
/var/cache/rpms/ublue-os/

# Copy all RPMs from /var/cache/akmods/ to /var/cache/rpms/kmods/
RUN /tmp/build-post.sh
RUN /tmp/build/build-post.sh

FROM scratch

Expand Down
2 changes: 1 addition & 1 deletion Containerfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN if grep -qv "surface" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build/build-kmod-zenergy.sh

# Copy all RPMs from /var/cache/akmods/ to /var/cache/rpms/kmods/
RUN /tmp/build-post.sh
RUN /tmp/build/build-post.sh

FROM scratch

Expand Down
2 changes: 1 addition & 1 deletion Containerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN cp /tmp/build/ublue-os-nvidia-addons/rpmbuild/RPMS/noarch/ublue-os-nvidia-ad
/var/cache/rpms/ublue-os/

# Copy all RPMs from /var/cache/akmods/ to /var/cache/rpms/kmods/
RUN /tmp/build-post.sh
RUN /tmp/build/build-post.sh

FROM scratch

Expand Down
File renamed without changes.

0 comments on commit 0e05913

Please sign in to comment.