Skip to content

Commit

Permalink
cmd-compress: skip live artifacts
Browse files Browse the repository at this point in the history
We already skip the corresponding installer artifacts.
  • Loading branch information
bgilbert committed Sep 16, 2019
1 parent d1b5df9 commit 1c84755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd-compress
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else:
print(f"Targeting build: {build}")

# Don't compress certain images
imgs_to_skip = ["iso", "vmware", "initramfs", "kernel"]
imgs_to_skip = ["iso", "live-iso", "vmware", "initramfs", "live-initramfs", "kernel", "live-kernel"]


def get_cpu_param(param):
Expand Down

0 comments on commit 1c84755

Please sign in to comment.