feat: add arm32v7 image (#303)
* feat: add arm32v7 image * chore: remove prettier changes * chore: cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user