bump lightning charge

This commit is contained in:
nicolas.dorier
2019-10-29 17:19:33 +09:00
parent cc237c141a
commit 7979dfb36d
4 changed files with 12 additions and 6 deletions

View File

@@ -273,6 +273,8 @@ namespace DockerFileBuildHelper
break;
case "lightning-charge":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.DockerFilePathARM32v7 = "arm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "arm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/ElementsProject/lightning-charge";
dockerInfo.GitRef = $"v{image.Tag.Replace("-standalone", "")}";
dockerInfo.SupportedByUs = true;