mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-14 10:21:09 +00:00
Merge remote-tracking branch 'origin/main' into testing
This commit is contained in:
commit
a867b14ccd
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -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 / && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user