@eht16 commented on this pull request.


> +    python3-lxml python3-docutils
+
+
+# copy pacman and scripts
+COPY --from=build-pacman /windows /windows
+COPY --from=build-pacman /usr/local/pacman /usr/local/pacman
+COPY mingw64/bin/ /usr/local/bin/
+RUN ln -s /usr/local/pacman/bin/* /usr/local/bin/ && \
+    mkdir /build
+
+WORKDIR /build
+ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pacman/lib/x86_64-linux-gnu
+
+# start wine to initially create config directory
+RUN /usr/local/bin/mingw-w64-i686-wine hostname.exe && \
+    /usr/local/bin/mingw-w64-x86_64-wine hostname.exe && \

Once for wine-i686 and once for wine-x86_64. Both commands are only executed to 
setup the Wind environment initially for both architectures.
We need wine-x86_64 to run Geany itself and wine-i686 to execute the installer 
which can be built only for i686.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/7#discussion_r1002515954
You are receiving this because you are subscribed to this thread.

Message ID: <geany/infrastructure/pull/7/review/1152044...@github.com>

Reply via email to