1
0
This commit is contained in:
nicolas.dorier
2025-03-08 22:38:44 +09:00
parent 6666e3fed2
commit 732d676891
3 changed files with 4 additions and 2 deletions

View File

@@ -301,7 +301,7 @@ namespace DockerFileBuildHelper
break;
case "mwebd":
dockerInfo.DockerFilePath = "Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "Dockerfile";
dockerInfo.DockerFilePathARM32v7 = "Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "Dockerfile";
dockerInfo.GitLink = "https://github.com/ltcmweb/btcpayserver-ltcmweb-plugin";
dockerInfo.GitRef = "main";