Skip to content

Merge pull request #20 from CubeCoders/wine #42

Merge pull request #20 from CubeCoders/wine

Merge pull request #20 from CubeCoders/wine #42

Triggered via push August 27, 2025 09:12
Status Failure
Total duration 8m 7s
Artifacts 6

wine.yml

on: push
check_changes
3s
check_changes
amp:wine-common
3m 7s
amp:wine-common
Matrix: build_versions
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
amp:wine-9-stable
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; WINE_BUILD=\"$( curl -fsSL \"${WINE_LINK}\" | grep -oE \"wine-${WINE_BRANCH}-amd64_[0-9][0-9.]*~${WINE_DIST}(-[0-9]+)?_amd64\\.deb\" | sed -E \"s/^wine-${WINE_BRANCH}-amd64_([0-9.]+~${WINE_DIST}(-[0-9]+)?)_amd64\\.deb$/\\1/\" | grep -E \"^${WINE_TARGET}(\\.|$)\" | sort -V | tail -1 )\"; case \"${TARGETARCH}\" in amd64) install -d -m 0755 /etc/apt/keyrings; wget -qO- https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key -; wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/${WINE_DIST}/winehq-${WINE_DIST}.sources; apt-get update; apt-get install -o APT::Keep-Downloaded-Packages=\"false\" -y --install-recommends apt-get install -o APT::Keep-Downloaded-Packages=\"false\" -y --install-recommends wine-${WINE_BRANCH}-i386=${WINE_BUILD} wine-${WINE_BRANCH}-amd64=${WINE_BUILD} wine-${WINE_BRANCH}=${WINE_BUILD} winehq-${WINE_BRANCH}=${WINE_BUILD}; ;; arm64) apt-get update; xargs -ra /tmp/wine-files/wine-${WINE_TARGET}-${WINE_BRANCH}-deps-arm64.txt apt-get install -o APT::Keep-Downloaded-Packages=\"false\" -y --no-install-recommends; apt-get install -o APT::Keep-Downloaded-Packages=\"false\" -y --no-install-recommends dpkg-dev; for n in \"wine-${WINE_BRANCH}-amd64_${WINE_BUILD}_amd64.deb\" \"wine-${WINE_BRANCH}_${WINE_BUILD}_amd64.deb\" \"winehq-${WINE_BRANCH}_${WINE_BUILD}_amd64.deb\" \"wine-${WINE_BRANCH}-i386_${WINE_BUILD}_i386.deb\" ; do wget -q -P /tmp/wine-files \"${WINE_LINK}${n}\"; done; for d in /tmp/wine-files/*.deb; do dpkg-deb -x \"$d\" /wine-installer; done; mv /wine-installer/opt/wine* /opt/wine-${WINE_BRANCH}; rm -rf /wine-installer; if [ -f /opt/wine-${WINE_BRANCH}/bin/wine64 ]; then ln -sf /opt/wine-${WINE_BRANCH}/bin/wine64 /usr/bin/wine; ln -sf /opt/wine-${WINE_BRANCH}/bin/wine /usr/bin/wine32; else ln -sf /opt/wine-${WINE_BRANCH}/bin/wine /usr/bin/wine; fi; ln -sf /opt/wine-${WINE_BRANCH}/bin/wineboot /usr/bin/wineboot; ln -sf /opt/wine-${WINE_BRANCH}/bin/winecfg /usr/bin/winecfg; ln -sf /opt/wine-${WINE_BRANCH}/bin/wineserver /usr/bin/wineserver; chmod +x /usr/bin/wine /usr/bin/wineboot /usr/bin/winecfg /usr/bin/wineserver; if [ -f /usr/bin/wine32 ]; then chmod +x /usr/bin/wine32; fi; ;; esac; rm -rf /tmp/wine-files; apt-get clean; rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
amp:wine-10-stable
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; WINE_BUILD=\"$( curl -fsSL \"${WINE_LINK}\" | grep -oE \"wine-${WINE_BRANCH}-amd64_[0-9][0-9.]*~${WINE_DIST}(-[0-9]+)?_amd64\\.deb\" | sed -E \"s/^wine-${WINE_BRANCH}-amd64_([0-9.]+~${WINE_DIST}(-[0-9]+)?)_amd64\\.deb$/\\1/\" | grep -E \"^${WINE_TARGET}(\\.|$)\" | sort -V | tail -1 )\"; case \"${TARGETARCH}\" in amd64) install -d -m 0755 /etc/apt/keyrings; wget -qO- https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key -; wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/${WINE_DIST}/winehq-${WINE_DIST}.sources; apt-get update; apt-get install -o APT::Keep-Downloaded-Packages=\"false\" -y --install-recommends apt-get install -o APT::Keep-Downloaded-Packages=\"false\" -y --install-recommends wine-${WINE_BRANCH}-i386=${WINE_BUILD} wine-${WINE_BRANCH}-amd64=${WINE_BUILD} wine-${WINE_BRANCH}=${WINE_BUILD} winehq-${WINE_BRANCH}=${WINE_BUILD}; ;; arm64) apt-get update; xargs -ra /tmp/wine-files/wine-${WINE_TARGET}-${WINE_BRANCH}-deps-arm64.txt apt-get install -o APT::Keep-Downloaded-Packages=\"false\" -y --no-install-recommends; apt-get install -o APT::Keep-Downloaded-Packages=\"false\" -y --no-install-recommends dpkg-dev; for n in \"wine-${WINE_BRANCH}-amd64_${WINE_BUILD}_amd64.deb\" \"wine-${WINE_BRANCH}_${WINE_BUILD}_amd64.deb\" \"winehq-${WINE_BRANCH}_${WINE_BUILD}_amd64.deb\" \"wine-${WINE_BRANCH}-i386_${WINE_BUILD}_i386.deb\" ; do wget -q -P /tmp/wine-files \"${WINE_LINK}${n}\"; done; for d in /tmp/wine-files/*.deb; do dpkg-deb -x \"$d\" /wine-installer; done; mv /wine-installer/opt/wine* /opt/wine-${WINE_BRANCH}; rm -rf /wine-installer; if [ -f /opt/wine-${WINE_BRANCH}/bin/wine64 ]; then ln -sf /opt/wine-${WINE_BRANCH}/bin/wine64 /usr/bin/wine; ln -sf /opt/wine-${WINE_BRANCH}/bin/wine /usr/bin/wine32; else ln -sf /opt/wine-${WINE_BRANCH}/bin/wine /usr/bin/wine; fi; ln -sf /opt/wine-${WINE_BRANCH}/bin/wineboot /usr/bin/wineboot; ln -sf /opt/wine-${WINE_BRANCH}/bin/winecfg /usr/bin/winecfg; ln -sf /opt/wine-${WINE_BRANCH}/bin/wineserver /usr/bin/wineserver; chmod +x /usr/bin/wine /usr/bin/wineboot /usr/bin/winecfg /usr/bin/wineserver; if [ -f /usr/bin/wine32 ]; then chmod +x /usr/bin/wine32; fi; ;; esac; rm -rf /tmp/wine-files; apt-get clean; rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
FROM --platform flag should not use a constant value: wine/common/Dockerfile#L4
FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/amd64" More info: https://docs.docker.com/go/dockerfile/rule/from-platform-flag-const-disallowed/

Artifacts

Produced during runtime
Name Size Digest
CubeCoders~dockerfiles~510H0Q.dockerbuild Expired
62.3 KB
sha256:f8be3a9f61e2c630c1319d5dd57920b113a32452db2d5591635afa722d7a51ec
CubeCoders~dockerfiles~5OUHCB.dockerbuild Expired
29.3 KB
sha256:b1c2c76dbcf88b3f970da1ea2fcdb76cb3503c7a2751f6d63ba0ced3b9f9d61d
CubeCoders~dockerfiles~DYDJL5.dockerbuild Expired
56.4 KB
sha256:cb1aaac668e51db75f82d987255a6f1831e1ad854547823bce894b8c6bf9414b
CubeCoders~dockerfiles~R81W0O.dockerbuild Expired
50.8 KB
sha256:74c6ab04588f7e57d3b70ce54fb3dd6dcbd765d6a774ecc2e304c06573339af4
CubeCoders~dockerfiles~TSZBHA.dockerbuild Expired
29.3 KB
sha256:6d9589434d5fdecc14be7207c055352cc7dcd4699e9d192a67033dc73134c2c3
CubeCoders~dockerfiles~VORU5L.dockerbuild Expired
102 KB
sha256:04ba1a31284f5e6b85cbe3a00b94fac11c71bccb8cd004d0bc6a76a8b693c46b