1
0

Add RTL for C-Lightning (#254)

This commit is contained in:
Andrew Camilleri
2020-01-19 11:54:29 +01:00
committed by Nicolas Dorier
parent 240006529a
commit a2561e0b23
6 changed files with 93 additions and 12 deletions

View File

@@ -506,6 +506,14 @@ namespace DockerFileBuildHelper
dockerInfo.GitRef = $"v{image.Tag.Split('-')[0]}";
dockerInfo.SupportedByUs = true;
break;
case "clightning-rest":
dockerInfo.DockerFilePath = $"amd64.Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"arm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"arm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/kukks/c-lightning-REST";
dockerInfo.GitRef = $"v{image.Tag.Split('-')[0]}";
dockerInfo.SupportedByUs = true;
break;
default:
if (firstTry)
{