1
0
This commit is contained in:
nicolas.dorier
2020-01-14 00:45:29 +09:00
parent 163e5ddf01
commit 03b958e1c2
4 changed files with 10 additions and 7 deletions

View File

@@ -375,6 +375,7 @@ namespace DockerFileBuildHelper
case "btcpayserver":
dockerInfo.DockerFilePath = "amd64.Dockerfile";
dockerInfo.DockerFilePathARM32v7 = "arm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "arm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/btcpayserver/btcpayserver";
dockerInfo.GitRef = $"v{image.Tag}";
dockerInfo.SupportedByUs = true;