We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd65b8a commit 0feaea0Copy full SHA for 0feaea0
1 file changed
.github/workflows/kernel.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: native
24
cross: riscv64-linux-gnu-
25
machine: [ self-hosted, Linux, riscv64 ]
26
- run_image: ghcr.io/revyos/revyos-kernel-builder:riscv64-2025.05.20-plucky
+ run_image: ghcr.io/revyos/revyos-kernel-builder:riscv64-2025.12.04-plucky
27
compiler: riscv64-linux-gnu-gcc-14
28
29
runs-on: ${{ matrix.machine }}
@@ -56,12 +56,9 @@ jobs:
56
sudo cp -v kernel-commitid ${GITHUB_WORKSPACE}/output
57
popd
58
59
- - name: compress
60
- run: tar -zcvf th1520-kernel-${{ matrix.name }}.tar.gz output
61
-
62
- name: 'Upload Artifact'
63
uses: actions/upload-artifact@v4
64
with:
65
name: th1520-kernel-${{ matrix.name }}
66
- path: th1520-kernel-${{ matrix.name }}.tar.gz
+ path: output/*
67
retention-days: 30
0 commit comments