build: Use generic kernel module without uname lookup
build-image / Semantic Release (Dry-run) (push) Successful in 25s
build-image / Build image (push) Failing after 12s

This commit is contained in:
2026-09-15 13:35:25 +10:00
parent 021b9851bd
commit 88955c7bba
+2 -1
View File
@@ -54,8 +54,9 @@ jobs:
apt-get update && \
apt-get install -y \
linux-image-generic \
linux-modules-extra-$(uname -r) \
linux-modules-extra-generic \
linux-headers-generic
# linux-modules-extra-$(uname -r) \
mkdir -p \
$PWD/ubuntu-vm \