From 4c64123cc22985cdbec59a2f0cea8e3bee39692e Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Fri, 2 Aug 2024 19:52:10 +0200 Subject: [PATCH] build: update Signed-off-by: AuxXxilium --- .github/workflows/autobuild.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- img-gen.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 9a040f83..99d7b9d2 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -230,8 +230,8 @@ jobs: - Full Changelog and Arc Patch (Decryption Key) can be found in my Discord. - Version: - - without "s": Latest Buildroot System (incl. new Hardware / Hyper-V and XEN (still in testing)) - - with "s": Stable Buildroot System (For the most Systems) + - without "-s": Latest Buildroot System (More Hardware supported / Hyper-V and XEN (still in testing)) + - with "-s": Stable Buildroot System (Less Hardware supported / faster Boot) ### Versions: Addons: ${{ env.ADDONSTAG }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 34619753..d1da2a1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -258,8 +258,8 @@ jobs: - Full Changelog and Arc Patch (Decryption Key) can be found in my Discord. - Version: - - without "s": Latest Buildroot System (incl. Hyper-V and XEN (still in testing)) - - with "s": Stable Buildroot System (For the most Systems) + - without "-s": Latest Buildroot System (More Hardware supported / Hyper-V and XEN (still in testing)) + - with "-s": Stable Buildroot System (Less Hardware supported / faster Boot) ### Versions: Addons: ${{ env.ADDONSTAG }} diff --git a/img-gen.sh b/img-gen.sh index c12f2cbb..dde1fc12 100755 --- a/img-gen.sh +++ b/img-gen.sh @@ -17,7 +17,7 @@ getCustom "files/p3/custom" getTheme "files/p1/boot/grub" getOffline "files/p3/configs" getBuildroot "latest" "brx" -getBuildroot "stable" "brs" +getBuildroot "latest-s" "brs" # Xbase IMAGE_FILE="arc.img"