updated packages.txt for java-21-openjdk
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Failing after 48s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 10s

This commit is contained in:
2025-12-09 18:04:28 +01:00
parent 9e31a400fd
commit 4dda87d441
5 changed files with 4 additions and 0 deletions

View File

@@ -38,4 +38,5 @@ jobs:
- name: Copy APKs to host directory - name: Copy APKs to host directory
run: | run: |
ls -R src/**/build/outputs/apk
cp src/**/build/outputs/apk/**/*.apk /prod/data/apk/ cp src/**/build/outputs/apk/**/*.apk /prod/data/apk/

1
dist/packages.txt vendored
View File

@@ -0,0 +1 @@
jdk-openjdk

2
dist/pacman.sh vendored
View File

@@ -12,6 +12,8 @@ else
pacman -Syu --noconfirm "${packages[@]}" pacman -Syu --noconfirm "${packages[@]}"
fi fi
# Set arch-specific packages
archlinux-java set java-21-openjdk # Use the version you installed
ARCH_PACKAGE_FILE="dist/arch/packages.txt" ARCH_PACKAGE_FILE="dist/arch/packages.txt"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB