Add a new entrypoint for CI
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: dbf580be57a4bb854d7ce20d313e3a22ea337be5 Component: engine
This commit is contained in:
@@ -56,10 +56,6 @@ func ExperimentalDaemon() bool {
|
||||
return testEnv.DaemonInfo.ExperimentalBuild
|
||||
}
|
||||
|
||||
func NotExperimentalDaemon() bool {
|
||||
return !testEnv.DaemonInfo.ExperimentalBuild
|
||||
}
|
||||
|
||||
func IsAmd64() bool {
|
||||
return os.Getenv("DOCKER_ENGINE_GOARCH") == "amd64"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user