1
0

Add eclair for GRS and fix GRS LND (#269)

* Add eclair for GRS and fix GRS LND

* Make eclair scripts executable

* Make some missed scripts executable

* Updated documentation and build all images script

* Revert "Updated documentation and build all images script"

This reverts commit 42ed8eae692c076baee638accd06c5543a40cc26.

* Update Documentation and all build images

* Revert "Make some missed scripts executable"

This reverts commit fd0da4c52a5b36ff6140cc84ebf358a2535ab9b0.

* Update Program.cs

* Make build all images script executable again

* run update-repo.sh
This commit is contained in:
gruve-p
2020-03-10 07:51:35 +01:00
committed by GitHub
parent a427d4c4fb
commit e0f5f2592f
7 changed files with 82 additions and 7 deletions

View File

@@ -325,6 +325,11 @@ namespace DockerFileBuildHelper
dockerInfo.GitLink = "https://github.com/ACINQ/eclair";
dockerInfo.GitRef = $"{image.Tag}";
break;
case "groestlcoin/eclair":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.GitLink = "https://github.com/Groestlcoin/eclair";
dockerInfo.GitRef = $"{image.Tag}";
break;
case "isso":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.GitLink = "https://github.com/JeffVandrewJr/isso";