diff --git a/update_data.bash b/update_data.bash index 9aad1808..dd233e8b 100755 --- a/update_data.bash +++ b/update_data.bash @@ -52,7 +52,7 @@ done RELEASE_QUERY='.[] | select(.file_type | IN("tar.gz", "zip")) - | .["features"] = (.features | map(select(IN("musl", "javafx", "lite", "large_heap")))) + | .["features"] = (.features | map(select(IN("musl", "javafx", "lite", "large_heap", "crac", "fiber")))) | [([.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] | @tsv' for FILE in "${DATA_DIR}"/*.json