Fully containerized release builds

This commit is contained in:
su-ex
2024-02-25 20:36:48 +01:00
parent 9241a6d044
commit ab496f7977
3 changed files with 27 additions and 3 deletions

13
Containerfile.windows Normal file
View File

@ -0,0 +1,13 @@
ARG CONTAINER_IMAGE_DEBIAN
FROM ${CONTAINER_IMAGE_DEBIAN}:latest
RUN dpkg --add-architecture i386 && apt-get update && apt-get install --no-install-recommends -y \
wine \
wine32 \
wine64 \
libwine \
libwine:i386 \
fonts-wine \
zip
WORKDIR /project