mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 21:59:53 +07:00
build: update to latest
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
9698a8757c
commit
6711f2a202
5
.github/workflows/autobuild.yml
vendored
5
.github/workflows/autobuild.yml
vendored
@ -52,8 +52,8 @@ jobs:
|
||||
sed 's/^ARC_VERSION=.*/ARC_VERSION="'${VERSION}'"/' -i files/initrd/opt/arc/include/consts.sh
|
||||
fi
|
||||
|
||||
# Get extractor, LKM, Addons, Modules and Configs
|
||||
- name: Get extractor, LKM, Addons, Extensions, Modules and Configs
|
||||
# Get extractor, LKM, Addons, Modules, Theme and Configs
|
||||
- name: Get extractor, LKM, Addons, Modules, Theme and Configs
|
||||
run: |
|
||||
. scripts/func.sh
|
||||
|
||||
@ -64,6 +64,7 @@ jobs:
|
||||
getConfigs "files/p3/configs"
|
||||
getPatches "files/p3/patches"
|
||||
getTheme "files/p1/boot/grub"
|
||||
getOffline "files/p3/configs"
|
||||
|
||||
echo "OK"
|
||||
|
||||
|
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -114,8 +114,8 @@ jobs:
|
||||
sed 's/^ARC_VERSION=.*/ARC_VERSION="'${VERSION}'"/' -i files/initrd/opt/arc/include/consts.sh
|
||||
fi
|
||||
|
||||
# Get extractor, LKM, Addons, Modules and Configs
|
||||
- name: Get extractor, LKM, Addons, Extensions, Modules and Configs
|
||||
# Get extractor, LKM, Addons, Modules, Theme and Configs
|
||||
- name: Get extractor, LKM, Addons, Modules, Theme and Configs
|
||||
run: |
|
||||
. scripts/func.sh
|
||||
|
||||
@ -138,6 +138,7 @@ jobs:
|
||||
THEMETAG="${{ inputs.theme_version }}"
|
||||
getTheme "files/p1/boot/grub"
|
||||
echo "THEMETAG=${TAG}" >> $GITHUB_ENV
|
||||
getOffline "files/p3/configs"
|
||||
|
||||
echo "OK"
|
||||
|
||||
|
5
.github/workflows/custom.yml
vendored
5
.github/workflows/custom.yml
vendored
@ -95,8 +95,8 @@ jobs:
|
||||
> ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
----
|
||||
|
||||
# Get extractor, LKM, Addons, Modules and Configs
|
||||
- name: Get extractor, LKM, Addons, Extensions, Modules and Configs
|
||||
# Get extractor, LKM, Addons, Modules, Theme and Configs
|
||||
- name: Get extractor, LKM, Addons, Modules, Theme and Configs
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y jq gawk cpio gettext libelf-dev qemu-utils busybox dialog curl sed
|
||||
@ -111,6 +111,7 @@ jobs:
|
||||
getConfigs "files/p3/configs"
|
||||
getPatches "files/p3/patches"
|
||||
getTheme "files/p1/boot/grub"
|
||||
getOffline "files/p3/configs"
|
||||
|
||||
echo "OK"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user