Closed rhulzingsrio closed 1 year ago
This is very much affecting our ability to use GameCI with CircelCI. There are no new docker images with -1 for the LTS 2022 version above ubuntu-2022.3.7f1-android-1. There are 2023 versions, but that is not LTS, which we require.
Orb version
1.6.0
Execution environment
Bug description
Cannot build in gameci using more recent unity versions, it errors out, saying it cannot find the manifest for unityci/editor:ubuntu-2021.3.30.f1-android-1 which does not exist on docker. unityci/editor:ubuntu-2021.3.30.f1-android-2 does exist, but I cannot find a way to change it to point to the correct docker image.
The file src/executors/ubuntu.yml looks like there's a hardcoded 1 in the docker image.
How to reproduce
Expected behavior
The build should download the correct unity version from docker so it can continue building.
Additional details