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

This commit is contained in:
2026-09-15 13:38:16 +10:00
parent 021b9851bd
commit d329080765
+2 -3
View File
@@ -53,9 +53,8 @@ jobs:
run: |
apt-get update && \
apt-get install -y \
linux-image-generic \
linux-modules-extra-$(uname -r) \
linux-headers-generic
linux-generic
# linux-modules-extra-$(uname -r) \
mkdir -p \
$PWD/ubuntu-vm \