mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Exclude distfiles from seed image
This commit is contained in:
parent
643577e049
commit
33db7bad18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bwrap.yml
vendored
2
.github/workflows/bwrap.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
- name: Run seed bootstrap
|
- name: Run seed bootstrap
|
||||||
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci start
|
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci start
|
||||||
- name: Tar seed image
|
- name: Tar seed image
|
||||||
run: tar -cf seed_image.tar target
|
run: tar -cf seed_image.tar --exclude "target/external/distfiles" target
|
||||||
- name: Archive seed_image
|
- name: Archive seed_image
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue