Skip to content

Commit 33db7ba

Browse files
committed
Exclude distfiles from seed image
1 parent 643577e commit 33db7ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bwrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run seed bootstrap
4646
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci start
4747
- name: Tar seed image
48-
run: tar -cf seed_image.tar target
48+
run: tar -cf seed_image.tar --exclude "target/external/distfiles" target
4949
- name: Archive seed_image
5050
uses: actions/upload-artifact@v3
5151
with:

0 commit comments

Comments
 (0)