update doc

This commit is contained in:
nicolas.dorier
2019-05-22 16:18:55 +09:00
parent 8534067595
commit bf66b9cb8c
3 changed files with 31 additions and 10 deletions

View File

@@ -357,6 +357,12 @@ namespace DockerFileBuildHelper
dockerInfo.GitLink = "https://github.com/dgarage/nbxplorer";
dockerInfo.GitRef = $"v{image.Tag}";
break;
case "btctransmuter":
dockerInfo.DockerFilePath = "BtcTransmuter/Dockerfile.linuxamd64";
dockerInfo.DockerFilePathARM32v7 = "BtcTransmuter/Dockerfile.linuxarm32v7";
dockerInfo.GitLink = "https://github.com/btcpayserver/btctransmuter";
dockerInfo.GitRef = $"v{image.Tag}";
break;
case "dogecoin":
dockerInfo.DockerFilePath = $"dogecoin/{image.Tag}/Dockerfile";
dockerInfo.GitLink = "https://github.com/rockstardev/docker-bitcoin";