update docs

This commit is contained in:
nicolas.dorier
2019-06-03 16:56:23 +09:00
parent c76fe283a6
commit a7f54e0939
3 changed files with 10 additions and 10 deletions

View File

@@ -340,8 +340,8 @@ namespace DockerFileBuildHelper
dockerInfo.GitRef = $"Dash/{image.Tag}";
break;
case "btcpayserver":
dockerInfo.DockerFilePath = "Dockerfile.linuxamd64";
dockerInfo.DockerFilePathARM32v7 = "Dockerfile.linuxarm32v7";
dockerInfo.DockerFilePath = "amd64.Dockerfile";
dockerInfo.DockerFilePathARM32v7 = "arm32v7.Dockerfile";
dockerInfo.GitLink = "https://github.com/btcpayserver/btcpayserver";
dockerInfo.GitRef = $"v{image.Tag}";
break;