mirror of
https://github.com/AuxXxilium/arc-buildroot-s.git
synced 2024-11-24 01:00:54 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
d138be55cd
commit
81b27ea57b
6
.github/workflows/buildroot.yml
vendored
6
.github/workflows/buildroot.yml
vendored
@ -67,6 +67,8 @@ jobs:
|
||||
|
||||
BUILDROOT_VERSION="$(grep ' BR2_VERSION :=' Makefile | cut -d '=' -f2 | tr -d ' ')"
|
||||
KERNEL_VERSION="$(grep BR2_LINUX_KERNEL_VERSION .config | cut -d'=' -f2 | tr -d '"')"
|
||||
echo "BUILDROOT_VERSION=${BUILDROOT_VERSION}" >> $GITHUB_ENV
|
||||
echo "KERNEL_VERSION=${KERNEL_VERSION}" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload Artifact
|
||||
if: success()
|
||||
@ -86,5 +88,5 @@ jobs:
|
||||
.buildroot/output/images/bzImage
|
||||
.buildroot/output/images/rootfs.cpio.xz
|
||||
body: |
|
||||
Buildroot version: ${{ env.BUILDROOT_VERSION }}
|
||||
Kernel version: ${{ env.KERNEL_VERSION }}
|
||||
Buildroot Version: ${{ env.BUILDROOT_VERSION }}
|
||||
Kernel Version: ${{ env.KERNEL_VERSION }}
|
Loading…
Reference in New Issue
Block a user