build: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-06-18 22:29:56 +02:00
parent de12fa6282
commit 430a2bd00c
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ jobs:
sudo mount ${LOOPX}p3 "/tmp/p3"
echo "Get Buildroot"
getBuildroot "2023.08.x" "br"
getBuildroot "2023.11.x" "br"
[ ! -f "br/bzImage-arc" ] || [ ! -f "br/initrd-arc" ] && return 1
echo "Repack initrd"

View File

@@ -161,7 +161,7 @@ jobs:
sudo mount ${LOOPX}p3 "/tmp/p3"
echo "Get Buildroot"
br_version="2023.08.x"
br_version="2023.11.x"
getBuildroot "${br_version}" "br"
[ ! -f "br/bzImage-arc" ] || [ ! -f "br/initrd-arc" ] && return 1