Skip to content

Commit 8c45eed

Browse files
committed
Account for adjusted/fixed checksums file format in buildx
1 parent b914185 commit 8c45eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ for buildxVersion in $buildxVersions; do
7777
buildx="$(jq <<<"$checksums" -csR --arg version "$buildxVersion" '
7878
rtrimstr("\n") | split("\n")
7979
| map(
80-
split(" ")
80+
split(" [ *]?"; "")
8181
| {
8282
sha256: .[0],
8383
file: .[1],

0 commit comments

Comments
 (0)