1
0

Correct path for TEOS's ARM Dockerfiles (#435)

See https://github.com/talaia-labs/python-teos/tree/master/docker
This commit is contained in:
Nadav Ivgi
2021-02-02 05:57:31 +02:00
committed by GitHub
parent c71895ab97
commit 192a953c43

View File

@@ -563,8 +563,8 @@ namespace DockerFileBuildHelper
break;
case "python-teos":
dockerInfo.DockerFilePath = $"docker/Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"docker/Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"docker/Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"docker/arm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"docker/arm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/talaia-labs/python-teos";
dockerInfo.GitRef = $"master";
dockerInfo.SupportedByUs = false;