Update spark

This commit is contained in:
nicolas.dorier
2019-10-20 16:04:32 +09:00
parent 7528225a72
commit f280b8e6cc
4 changed files with 12 additions and 6 deletions

View File

@@ -465,6 +465,8 @@ namespace DockerFileBuildHelper
break;
case "spark-wallet":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"arm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"arm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/shesek/spark-wallet";
dockerInfo.GitRef = $"v{image.Tag.Split('-')[0]}";
break;