game-ci / docker

Series of CI-specialised docker images for Unity.
https://hub.docker.com/u/unityci
MIT License
392 stars 122 forks source link

How to make a image include android and windows-mono or else? #169

Closed wolfired closed 2 years ago

wolfired commented 2 years ago

in my case, some resource need to be handle in windows platform, and then build android apk, so i need a image include two platform

webbertakken commented 2 years ago

You have two options here:

davidmfinol commented 2 years ago

I'd be curious to know why you would need windows build support while building an Android APK, as I'm wondering if this is something that would apply to other users. Are you able to share why you want this image?

wolfired commented 2 years ago

I'd be curious to know why you would need windows build support while building an Android APK, as I'm wondering if this is something that would apply to other users. Are you able to share why you want this image?

emm, i was curious too, so i check the build script again and find a bug, so forget it.