Skip to content

Commit

Permalink
images: Remove
Browse files Browse the repository at this point in the history
Now that the images can be released and downloaded dynamically through
GitHub releases, we can remove the copy in the repos, so that future
updates do not increase the download size of the repo.

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed May 31, 2023
1 parent b2afa02 commit 26e906b
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
images/
qemu-binaries/
*.pyc
5 changes: 0 additions & 5 deletions images/.gitignore

This file was deleted.

Binary file removed images/arm/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/arm64/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/arm64be/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/m68k/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/mips/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/mipsel/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/ppc32/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/ppc64/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/ppc64le/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/riscv/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/s390/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/x86/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/x86_64/rootfs.cpio.zst
Binary file not shown.
Binary file removed images/x86_64/rootfs.ext4.zst
Binary file not shown.

0 comments on commit 26e906b

Please sign in to comment.