1
0

chore: update and arm64 (#310)

* chore: update and arm64

* chore: change name case
This commit is contained in:
Anthony Potdevin
2020-05-19 20:58:18 +02:00
committed by GitHub
parent f3b2eaa836
commit d697725dd3
4 changed files with 31 additions and 28 deletions

View File

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