build: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-06-21 19:58:15 +02:00
parent ba06df22ea
commit da227b258d
3 changed files with 3 additions and 5 deletions

View File

@@ -64,8 +64,7 @@ jobs:
getPatches "files/p3/patches"
getTheme "files/p1/boot/grub"
getOffline "files/p3/configs"
br_version="2023.11.x"
getBuildroot "${br_version}" "br"
getBuildroot "latest" "br"
echo "OK"

View File

@@ -139,8 +139,7 @@ jobs:
echo "THEMETAG=${TAG}" >> $GITHUB_ENV
getOffline "files/p3/configs"
echo "Get Buildroot"
br_version="2023.11.x"
getBuildroot "${br_version}" "br"
getBuildroot "latest" "br"
echo "OK"

View File

@@ -16,7 +16,7 @@ getConfigs "files/p3/configs"
getPatches "files/p3/patches"
getTheme "files/p1/boot/grub"
getOffline "files/p3/configs"
getBuildroot "2023.11.x" "br"
getBuildroot "latest" "br"
IMAGE_FILE="arc.img"
gzip -dc "files/initrd/opt/arc/grub.img.gz" >"${IMAGE_FILE}"