Compare commits

..

No commits in common. "221f4feac379115ae359dd15fe215a23af3703ea" and "e56f059bd2023548214738f8a88a620b70ed141e" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ jobs:
path: "assets"
file-endings: ".xml"
- name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.3.0
uses: hadolint/hadolint-action@v3.2.0
with:
dockerfile: Dockerfile
ignore: DL3006,DL3008

View file

@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.16 / /
COPY --from=qemux/qemu:7.15 / /
ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes"

View file

@ -404,7 +404,7 @@ getCatalog() {
local file="catalog.cab"
if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then
# ARMv8.0 cannot run Windows 11 builds 24H2 and up.
# ARMv8.0 cannot run Windows 11 builds higher than 22631
getBuild "$1" "$2" "22631.2861" && return 0
fi