Exclude distfiles from seed image

This commit is contained in:
Gábor Stefanik 2023-12-27 19:18:40 +01:00
parent 643577e049
commit 33db7bad18

View file

@ -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: