windows-build (latest)
Published 2026-04-24 18:00:50 +03:00 by leblane
Installation
docker pull git.demoscene.dev/leblane/windows-build:latestsha256:25d70e27ca5005df3f1e4e89c57bfef23ee94d2c71dd86493d1f90cfc830acb0Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates git git-lfs curl unzip build-essential pkg-config python3 python3-pip ninja-build gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 && update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix && update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix && pip3 install --break-system-packages meson==1.6.1 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |