We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8c80b commit 2f3b6bdCopy full SHA for 2f3b6bd
1 file changed
update_data.bash
@@ -52,7 +52,7 @@ done
52
53
RELEASE_QUERY='.[]
54
| select(.file_type | IN("tar.gz", "tgz", "zip"))
55
- | .["features"] = (.features | map(select(IN("musl", "javafx", "lite", "large_heap", "certified"))))
+ | .["features"] = (.features | map(select(IN("musl", "javafx", "lite", "large_heap", "certified", "crac", "fiber"))))
56
| [([.vendor, if (.image_type == "jre") then .image_type else empty end, if (.jvm_impl == "openj9") then .jvm_impl else empty end, if ((.features | length) == 0) then empty else (.features | join("-")) end, .version] | join("-")), .filename, .url, .sha256]
57
| @tsv'
58
for FILE in "${DATA_DIR}"/*.json
0 commit comments