Add mingw
Some checks failed
Build Global Containers / build-and-push-image (push) Failing after 32s
Some checks failed
Build Global Containers / build-and-push-image (push) Failing after 32s
This commit is contained in:
5
Dockerfile.mingw
Normal file
5
Dockerfile.mingw
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM docker.gitea.com/runner-images:ubuntu-24.04
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get -y update && apt-get -y install build-essentials make ninja cmake git mingw-w64 wget curl
|
||||
Reference in New Issue
Block a user