fix: pull akmods-extra only for bazzite (Fixes #441)
This commit is contained in:
parent
67cbca3218
commit
2f3e4e2237
3 changed files with 28 additions and 17 deletions
|
|
@ -2,7 +2,9 @@
|
|||
# Stage for AKmod {{ info.stage_name }}
|
||||
FROM scratch as stage-akmods-{{ info.stage_name }}
|
||||
COPY --from=ghcr.io/ublue-os/{{ info.images.0 }} /rpms /rpms
|
||||
COPY --from=ghcr.io/ublue-os/{{ info.images.1 }} /rpms /rpms
|
||||
{%- if let Some(extra_image) = info.images.1 %}
|
||||
COPY --from=ghcr.io/ublue-os/{{ extra_image }} /rpms /rpms
|
||||
{%- endif %}
|
||||
{%- if let Some(nv_image) = info.images.2 %}
|
||||
COPY --from=ghcr.io/ublue-os/{{ nv_image }} /rpms /rpms
|
||||
{%- endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue