Skip to content

Commit

Permalink
build: Update qemu-arm to v2.14 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 14, 2024
1 parent fb84f63 commit ce17c72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 0 additions & 5 deletions src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ce17c72

Please sign in to comment.