mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
upload rootfs.ext4 in action build as part of submodules pack (#24)
* extract rootfs from *.yml build & grab only rootfs.ext4 as in gen. img script
This commit is contained in:
12
.github/workflows/rootfs.yml
vendored
12
.github/workflows/rootfs.yml
vendored
@@ -74,6 +74,12 @@ jobs:
|
||||
path: ${{ inputs.submodule || '.' }}/output/graphs/
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: rootfs (uClibc)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/rootfs.ext4
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
build-image-musl:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
@@ -135,4 +141,10 @@ jobs:
|
||||
with:
|
||||
name: build-graphs (musl)
|
||||
path: ${{ inputs.submodule || '.' }}/output/graphs/
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: rootfs (musl)
|
||||
path: ${{ inputs.submodule || '.' }}/output/images/rootfs.ext4
|
||||
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`
|
Reference in New Issue
Block a user