Closed beraekoklu closed 3 years ago
@MintStudios I don't think it is in this repository's spirit to publish docker templates of (unfinished) Release Candidates. This repository will be updated whenever Godot v3.3-stable gets a proper release.
In the meantime you can either:
Use a Docker build that I made myself for testing my GDNative web exports: https://hub.docker.com/repository/docker/ponders/godot-ci
This implements Godot v3.3-RC9 and can be used by simply changing the following line in your YML from:
image: barichello/godot-ci:3.2.3
to:
image: ponders/godot-ci:latest
Again, I do recommend either making your own Docker repo or just waiting until 3.3 gets released. But if you are unable to wait feel free to use the Docker build linked above. (Do take into account that it will probably be deleted at some point, so use with care!)
Like Piet said we don't maintain release candidates since they are short-lived, also not having a Mac makes this scenario difficult for me to test.
I'm here because I have an M1 mac and I'd like to use this CI build. Could we have a build for the latest RC?