Skip to content

Commit 0feaea0

Browse files
committed
ci: update build docker & remove compress
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
1 parent fd65b8a commit 0feaea0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/kernel.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: native
2424
cross: riscv64-linux-gnu-
2525
machine: [ self-hosted, Linux, riscv64 ]
26-
run_image: ghcr.io/revyos/revyos-kernel-builder:riscv64-2025.05.20-plucky
26+
run_image: ghcr.io/revyos/revyos-kernel-builder:riscv64-2025.12.04-plucky
2727
compiler: riscv64-linux-gnu-gcc-14
2828

2929
runs-on: ${{ matrix.machine }}
@@ -56,12 +56,9 @@ jobs:
5656
sudo cp -v kernel-commitid ${GITHUB_WORKSPACE}/output
5757
popd
5858
59-
- name: compress
60-
run: tar -zcvf th1520-kernel-${{ matrix.name }}.tar.gz output
61-
6259
- name: 'Upload Artifact'
6360
uses: actions/upload-artifact@v4
6461
with:
6562
name: th1520-kernel-${{ matrix.name }}
66-
path: th1520-kernel-${{ matrix.name }}.tar.gz
63+
path: output/*
6764
retention-days: 30

0 commit comments

Comments
 (0)