1
0

Update Sphinx Relay to v2.2.9

This commit is contained in:
Dennis Reimann
2022-08-09 11:25:07 +02:00
parent 5332d6f510
commit bb5e60e5c0
4 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Collections.Generic;
using System.IO;
@@ -642,10 +642,11 @@ namespace DockerFileBuildHelper
break;
case "sphinx-relay":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"Dockerfile";
dockerInfo.GitLink = "https://github.com/stakwork/sphinx-relay";
dockerInfo.GitRef = $"{image.Tag}";
dockerInfo.SupportedByUs = false;
break;
case "lndhub":
dockerInfo.DockerFilePath = $"Dockerfile";