Fixing multiple errors #15

Merged
David merged 10 commits from feature/debugging_build_step into develop 2024-05-15 11:15:06 +02:00
Showing only changes of commit f27ede1ee9 - Show all commits

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