1
0
This commit is contained in:
nicolas.dorier
2021-10-11 20:36:33 +09:00
parent 463410a772
commit 16bb5c5bae
4 changed files with 51 additions and 8 deletions

View File

@@ -299,6 +299,12 @@ namespace DockerFileBuildHelper
dockerInfo.GitLink = "https://github.com/Groestlcoin/lightning";
dockerInfo.GitRef = $"{image.Tag}";
break;
case "chatwoot":
dockerInfo.DockerFilePath = $"docker/Dockerfile";
dockerInfo.GitLink = "https://github.com/chatwoot/chatwoot";
dockerInfo.GitRef = $"{image.Tag}";
dockerInfo.SupportedByUs = false;
break;
case "lightning-charge":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.DockerFilePathARM32v7 = "arm32v7.Dockerfile";