Merge remote-tracking branch 'origin/main' into testing

This commit is contained in:
Kyle Gospodnetich 2025-03-03 14:18:06 -08:00
commit a867b14ccd
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ jobs:
kernel_flavor: bazzite # must match a kernel_flavor from akmods repo
kernel_version: 6.13.5-102.bazzite.fc41.x86_64 # must match a cached version of the above flavor
exclude:
- base_name: bazzite-deck-nvidia
- base_name: bazzite
target_nvidia_flavor: nvidia
- base_name: bazzite-deck

View File

@ -513,7 +513,7 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
--mount=type=bind,from=ctx,source=/,target=/ctx \
--mount=type=tmpfs,dst=/tmp \
cd $(mktemp -d) && \
curl -fsSLo - https://github.com/Zeglius/media-automount-generator/archive/refs/tags/v0.2.3.tar.gz | \
curl -fsSLo - https://github.com/Zeglius/media-automount-generator/archive/refs/tags/v0.2.6.tar.gz | \
tar -xz --strip-components=1 && \
./install.sh && \
cd / && \