Explorar o código

Update "diff-pr.sh" to use the new DockerFroms function

Tianon Gravi %!s(int64=6) %!d(string=hai) anos
pai
achega
e1a94ef563
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      diff-pr.sh

+ 1 - 1
diff-pr.sh

@@ -115,7 +115,7 @@ template='
 	{{- "\n" -}}
 	{{- range $.Entries -}}
 		{{- $arch := .HasArchitecture arch | ternary arch (.Architectures | first) -}}
-		{{- $from := $.ArchDockerFrom $arch . -}}
+		{{- $froms := $.ArchDockerFroms $arch . -}}
 		{{- $outDir := join "_" $.RepoName (.Tags | last) -}}
 		git -C "$BASHBREW_CACHE/git" archive --format=tar
 		{{- " " -}}