From ce17c72324a1706fc7a4d94ae3b1711e37d37515 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 14 Sep 2024 23:16:05 +0200 Subject: [PATCH] build: Update qemu-arm to v2.14 (#181) --- Dockerfile | 2 +- src/install.sh | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7620724..cedcb5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM scratch -COPY --from=qemux/qemu-arm:2.13 / / +COPY --from=qemux/qemu-arm:2.14 / / ARG VERSION_ARG="0.0" ARG DEBCONF_NOWARNINGS="yes" diff --git a/src/install.sh b/src/install.sh index ac051ff..e9ce4da 100644 --- a/src/install.sh +++ b/src/install.sh @@ -705,11 +705,6 @@ addDriver() { "winvista"* ) [[ "${driver,,}" == "viorng" ]] && return 0 ;; - "win2025"* | "win11x64-iot"* | "win11x64-ltsc"* ) - [[ "${driver,,}" == "smbus" ]] && return 0 - [[ "${driver,,}" == "pvpanic" ]] && return 0 - [[ "${driver,,}" == "viogpudo" ]] && return 0 - ;; esac local dest="$path/$target/$driver"