diff --git a/versions.sh b/versions.sh index 04cb48f574..645d51e742 100755 --- a/versions.sh +++ b/versions.sh @@ -103,7 +103,7 @@ for buildxVersion in $buildxVersions; do | select(.file | test("[.]json$") | not) | { ( .file - | capture("[.](?linux|windows|darwin)-(?[^.]+)(?[.]exe)?$") + | capture("[.](?linux|windows|darwin|freebsd|openbsd)-(?[^.]+)(?[.]exe)?$") // error("failed to parse os-arch from filename: " + .) | if .os == "linux" then "" else .os + "-" end + ({