1
0

Update doc

This commit is contained in:
nicolas.dorier
2021-05-26 13:19:00 +09:00
parent 4ff671f50f
commit ece80920ee
4 changed files with 51 additions and 19 deletions

View File

@@ -380,6 +380,17 @@ namespace DockerFileBuildHelper
dockerInfo.SupportedByUs = true;
break;
}
case "bitcointaprootcc/0.21.0-bip8-lottrue":
{
var tagNoRevision = image.Tag.Split('-').First();
dockerInfo.DockerFilePath = $"bitcointaprootcc/0.21.0-bip8-lottrue/linuxamd64.Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"bitcointaprootcc/0.21.0-bip8-lottrue/linuxarm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"bitcointaprootcc/0.21.0-bip8-lottrue/linuxarm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/btcpayserver/dockerfile-deps";
dockerInfo.GitRef = $"bitcointaprootcc/0.21.0-bip8-lottrue";
dockerInfo.SupportedByUs = true;
break;
}
case "elements":
{
var tagNoRevision = image.Tag.Split('-').First();