Skip to content

Commit

Permalink
Merge pull request #516 from infosiftr/bsd
Browse files Browse the repository at this point in the history
Fix failing `versions.sh` that is causing the update job to fail
  • Loading branch information
tianon authored Dec 3, 2024
2 parents fbbec75 + dc151fc commit 1d70189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ for buildxVersion in $buildxVersions; do
| select(.file | test("[.]json$") | not)
| { (
.file
| capture("[.](?<os>linux|windows|darwin)-(?<arch>[^.]+)(?<ext>[.]exe)?$")
| capture("[.](?<os>linux|windows|darwin|freebsd|openbsd)-(?<arch>[^.]+)(?<ext>[.]exe)?$")
// error("failed to parse os-arch from filename: " + .)
| if .os == "linux" then "" else .os + "-" end
+ ({
Expand Down

0 comments on commit 1d70189

Please sign in to comment.