build: Update qemu-arm to v2.14 (#181)
This commit is contained in:
parent
fb84f63b69
commit
ce17c72324
2 changed files with 1 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=qemux/qemu-arm:2.13 / /
|
COPY --from=qemux/qemu-arm:2.14 / /
|
||||||
|
|
||||||
ARG VERSION_ARG="0.0"
|
ARG VERSION_ARG="0.0"
|
||||||
ARG DEBCONF_NOWARNINGS="yes"
|
ARG DEBCONF_NOWARNINGS="yes"
|
||||||
|
|
|
@ -705,11 +705,6 @@ addDriver() {
|
||||||
"winvista"* )
|
"winvista"* )
|
||||||
[[ "${driver,,}" == "viorng" ]] && return 0
|
[[ "${driver,,}" == "viorng" ]] && return 0
|
||||||
;;
|
;;
|
||||||
"win2025"* | "win11x64-iot"* | "win11x64-ltsc"* )
|
|
||||||
[[ "${driver,,}" == "smbus" ]] && return 0
|
|
||||||
[[ "${driver,,}" == "pvpanic" ]] && return 0
|
|
||||||
[[ "${driver,,}" == "viogpudo" ]] && return 0
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
local dest="$path/$target/$driver"
|
local dest="$path/$target/$driver"
|
||||||
|
|
Loading…
Reference in a new issue