diff --git a/.github/workflows/pi4j-os.yml b/.github/workflows/pi4j-os.yml index 6dd3d9c..2865908 100644 --- a/.github/workflows/pi4j-os.yml +++ b/.github/workflows/pi4j-os.yml @@ -3,6 +3,7 @@ name: pi4j-os on: push: pull_request: + workflow_dispatch: jobs: main: diff --git a/Basic.pkr.hcl b/Basic.pkr.hcl index 5e55406..75debf1 100644 --- a/Basic.pkr.hcl +++ b/Basic.pkr.hcl @@ -1,8 +1,8 @@ source "arm" "raspios" { file_urls = [ - "https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64.img.xz" + "https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64.img.xz" ] - file_checksum_url = "https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64.img.xz.sha256" + file_checksum_url = "https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64.img.xz.sha256" file_checksum_type = "sha256" file_target_extension = "xz" file_unarchive_cmd = ["xz", "--decompress", "$ARCHIVE_PATH"] @@ -11,7 +11,7 @@ source "arm" "raspios" { image_build_method = "resize" image_path = "Pi4J-Basic-OS.img" image_type = "dos" - image_size = "6G" + image_size = "8G" # Boot Partition image_partitions { diff --git a/CrowPi.pkr.hcl b/CrowPi.pkr.hcl index d437794..88c6077 100644 --- a/CrowPi.pkr.hcl +++ b/CrowPi.pkr.hcl @@ -20,7 +20,7 @@ source "arm" "raspios" { image_build_method = "resize" image_path = "Pi4J-CrowPi-OS.img" image_type = "dos" - image_size = "6G" + image_size = "8G" # Boot Partition image_partitions { diff --git a/Picade.pkr.hcl b/Picade.pkr.hcl index 4855364..66dd33f 100644 --- a/Picade.pkr.hcl +++ b/Picade.pkr.hcl @@ -11,7 +11,7 @@ source "arm" "raspios" { image_build_method = "resize" image_path = "Pi4J-Picade-OS.img" image_type = "dos" - image_size = "6G" + image_size = "8G" # Boot Partition image_partitions { diff --git a/base/base.sh b/base/base.sh index dc172be..b2c46c0 100644 --- a/base/base.sh +++ b/base/base.sh @@ -8,7 +8,7 @@ set -euxo pipefail # Script configuration -declare -gr JDK="17.0.8-tem" +declare -gr JDK="22-zulu" declare -gr GLUON_JAVAFX_VERSION="20.0.2" declare -gr GLUON_JAVAFX_URL="https://download2.gluonhq.com/openjfx/${GLUON_JAVAFX_VERSION}/openjfx-${GLUON_JAVAFX_VERSION}_monocle-linux-aarch64_bin-sdk.zip" declare -gr GLUON_JAVAFX_PATH="/opt/javafx-sdk" diff --git a/base/resources/java-deploy/pom.xml b/base/resources/java-deploy/pom.xml index 889f23a..f7b08a8 100644 --- a/base/resources/java-deploy/pom.xml +++ b/base/resources/java-deploy/pom.xml @@ -11,8 +11,8 @@ - 2.3.0 - 1.7.32 + 2.5.1 + 2.0.12 3.2.0