diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb6a0179..20f22043 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Containerfile b/Containerfile index 91f93f9b..ebd7dd6f 100644 --- a/Containerfile +++ b/Containerfile @@ -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 / && \