mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
9b1fc0f908
This way it's possible to separate toolchains and workers images
20 lines
492 B
Makefile
20 lines
492 B
Makefile
#BUILDBOT_VERSION :=
|
|
#BUILDBOT_BASEDIR :=
|
|
|
|
# Without toolchains/ part, all is a placeholder for all detected toolchains
|
|
TOOLCHAINS_ENABLED :=
|
|
TOOLCHAINS_BUILT :=
|
|
|
|
# Without workers/ part, all is a placeholder for all detected workers
|
|
WORKERS_ENABLED := all
|
|
WORKERS_BUILT :=
|
|
|
|
#DOCKER_PRIVATE := 0
|
|
#DOCKER_REGISTRY :=
|
|
# This separator is between DOCKER_REGISTRY and image name
|
|
#DOCKER_BASE_SEP := :
|
|
# This separator is used to replace /
|
|
#DOCKER_PATH_SEP := -
|
|
|
|
|