We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5a2089 + 19865ee commit d684881Copy full SHA for d684881
versions.sh
@@ -103,7 +103,7 @@ for buildxVersion in $buildxVersions; do
103
| select(.file | test("[.]json$") | not)
104
| { (
105
.file
106
- | capture("[.](?<os>linux|windows|darwin|freebsd|openbsd)-(?<arch>[^.]+)(?<ext>[.]exe)?$")
+ | capture("[.](?<os>linux|windows|darwin|[a-z0-9]*bsd)-(?<arch>[^.]+)(?<ext>[.]exe)?$")
107
// error("failed to parse os-arch from filename: " + .)
108
| if .os == "linux" then "" else .os + "-" end
109
+ ({
0 commit comments