mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
add build kernel and uboot
This commit is contained in:
48
.github/workflows/rootfs.yml
vendored
48
.github/workflows/rootfs.yml
vendored
@@ -51,6 +51,30 @@ jobs:
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/rootfs.tar.xz
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: suniv-f1c500s-miyoo-4bit.dtb (uClibc)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/suniv-f1c500s-miyoo-4bit.dtb
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: suniv-f1c500s-miyoo.dtb (uClibc)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/suniv-f1c500s-miyoo.dtb
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: u-boot-sunxi-with-spl.bin (uClibc)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/u-boot-sunxi-with-spl.bin
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: zImage (uClibc)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/zImage
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: SDK (uClibc)
|
||||
@@ -96,6 +120,30 @@ jobs:
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/rootfs.tar.xz
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: suniv-f1c500s-miyoo-4bit.dtb (musl)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/suniv-f1c500s-miyoo-4bit.dtb
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: suniv-f1c500s-miyoo.dtb (musl)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/suniv-f1c500s-miyoo.dtb
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: u-boot-sunxi-with-spl.bin (musl)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/u-boot-sunxi-with-spl.bin
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: zImage (musl)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/zImage
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: SDK (musl)
|
||||
|
||||
Reference in New Issue
Block a user