1
0

Merge branch 'ndlc' into master

This commit is contained in:
nicolas.dorier
2020-11-21 11:08:12 +09:00
6 changed files with 611 additions and 569 deletions

View File

@@ -430,6 +430,14 @@ namespace DockerFileBuildHelper
dockerInfo.GitRef = $"v{image.Tag}";
dockerInfo.SupportedByUs = true;
break;
case "ndlc-cli":
dockerInfo.DockerFilePath = "amd64.Dockerfile";
dockerInfo.DockerFilePathARM32v7 = "arm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "arm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/dgarage/ndlc";
dockerInfo.GitRef = $"releases/{image.Tag}";
dockerInfo.SupportedByUs = true;
break;
case "btctransmuter":
dockerInfo.DockerFilePath = "Dockerfiles/amd64.Dockerfile";
dockerInfo.DockerFilePathARM32v7 = "Dockerfiles/arm32v7.Dockerfile";

1138
contrib/build-all-images.sh Executable file → Normal file

File diff suppressed because it is too large Load Diff