1
0

feat: add arm32v7 image (#303)

* feat: add arm32v7 image

* chore: remove prettier changes

* chore: cleanup
This commit is contained in:
Anthony Potdevin
2020-05-09 21:48:01 +02:00
committed by GitHub
parent e3081ca74f
commit d3d8c585b7
4 changed files with 10 additions and 7 deletions

View File

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