3
.github/workflows/autobuild.yml
vendored
3
.github/workflows/autobuild.yml
vendored
@@ -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"
|
||||
|
||||
|
||||
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user