for the new location of the cached kernels, i can just switch from ``` COPY --from=ghcr.io/ublue-o

for the new location of the cached kernels, i can just switch from

COPY --from=ghcr.io/ublue-os/main-kernel:41 /tmp/rpms /tmp/rpms/kernel


to

COPY --from=ghcr.io/ublue-os/akmods:main-41 /kernel-rpms /tmp/rpms/kernel


right?
Was this page helpful?