Skip to content

Selecting the correct build

You can start more than one build of your dockerised game binary, as long you’ve set it up on the backend. You can test this by making two versions available on any development images in our sandbox environment.

In practice, you just pick the build version by adding another variable to the API call when starting a session:

"version":imagetag"

{
"id": "gameye-api-test01",
"location": "eu-west",
"image": "nginx",
"version": "1.19",
"env": {
},
"args": [
],
"restart": false,
"labels": {
}
}