Fixing missing parameter
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
david 2024-05-14 20:00:43 +02:00
parent d8af2f5402
commit f27ede1ee9

4
warp4j
View File

@ -707,7 +707,7 @@ function create_bundle() {
case $JAVA_DISTRO_TYPE in
$DISTRO_TYPE_JDK)
create_optimized_runtime $platform
create_optimized_runtime $platform $machine
;;
$DISTRO_TYPE_JRE)
mkdir -p "$BUNDLES_PATH/$platform/$machine/$BUNDLED_DISTRO_SUBDIR"
@ -728,7 +728,7 @@ function create_bundle() {
rm -rf "$BUNDLES_PATH"
# actually create bundles for all targets
for target in ${TARGETS[@]}; do
create_bundle $target
create_bundle $target $X64
done
# creates binaries and archives for all targets