1
0

Update doc

This commit is contained in:
nicolas.dorier
2020-12-18 23:05:47 +09:00
parent 5b0ee8247a
commit 44a36be775
3 changed files with 13 additions and 13 deletions

View File

@@ -558,7 +558,7 @@ namespace DockerFileBuildHelper
dockerInfo.DockerFilePathARM32v7 = "arm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "arm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/apotdevin/thunderhub";
dockerInfo.GitRef = $"{image.Tag.Split('-')[0]}";
dockerInfo.GitRef = $"{image.Tag.Split('-')[1]}";
dockerInfo.SupportedByUs = false;
break;
case "python-teos":