mirror of
https://github.com/FranP-code/TurboRun.git
synced 2025-10-13 00:14:01 +00:00
added windows build docker
This commit is contained in:
8
build/windows_build.Dockerfile
Normal file
8
build/windows_build.Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM rust:latest
|
||||
|
||||
RUN apt update && apt upgrade -y
|
||||
RUN apt install -y g++-mingw-w64-x86-64
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
CMD ["sh", "./build/build.sh", "windows"]
|
||||
Reference in New Issue
Block a user