1
0
다음의 미러 https://github.com/dockur/windows.git 동기화됨 2026-06-12 13:19:34 +08:00

build: Update QEMU base image to v7.16 (#1419)

이 커밋은 다음에 포함됨:
Kroese
2025-09-22 21:38:24 +02:00
커밋한 사람 GitHub
부모 a14426478c
커밋 221f4feac3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
+1 -1
파일 보기
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest" ARG VERSION_ARG="latest"
FROM scratch AS build-amd64 FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.15 / / COPY --from=qemux/qemu:7.16 / /
ARG TARGETARCH ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS="yes"
+1 -1
파일 보기
@@ -404,7 +404,7 @@ getCatalog() {
local file="catalog.cab" local file="catalog.cab"
if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then
# ARMv8.0 cannot run Windows 11 builds higher than 22631 # ARMv8.0 cannot run Windows 11 builds 24H2 and up.
getBuild "$1" "$2" "22631.2861" && return 0 getBuild "$1" "$2" "22631.2861" && return 0
fi fi