mirror of
https://github.com/AuxXxilium/arc-v-buildroot.git
synced 2024-11-23 23:11:00 +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 ' ')"
|
BUILDROOT_VERSION="$(grep ' BR2_VERSION :=' Makefile | cut -d '=' -f2 | tr -d ' ')"
|
||||||
KERNEL_VERSION="$(grep BR2_LINUX_KERNEL_VERSION .config | 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
|
- name: Upload Artifact
|
||||||
if: success()
|
if: success()
|
||||||
@ -86,5 +88,5 @@ jobs:
|
|||||||
.buildroot/output/images/bzImage
|
.buildroot/output/images/bzImage
|
||||||
.buildroot/output/images/rootfs.cpio.xz
|
.buildroot/output/images/rootfs.cpio.xz
|
||||||
body: |
|
body: |
|
||||||
Buildroot version: ${{ env.BUILDROOT_VERSION }}
|
Buildroot Version: ${{ env.BUILDROOT_VERSION }}
|
||||||
Kernel version: ${{ env.KERNEL_VERSION }}
|
Kernel Version: ${{ env.KERNEL_VERSION }}
|
Loading…
Reference in New Issue
Block a user