You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd-build-with-buildah: ensure ociarchive is compressed
Without this option my builds were about twice as large:
```
$ ls -lhd builds/*/x86_64/*ociarchive
-rw-r--r--. 1 dustymabe dustymabe 1.7G Aug 21 16:44 builds/42.20250821.dev.0/x86_64/fedora-coreos-42.20250821.dev.0-ostree.x86_64.ociarchive
-rw-r--r--. 1 dustymabe dustymabe 931M Aug 21 16:58 builds/42.20250821.dev.1/x86_64/fedora-coreos-42.20250821.dev.1-ostree.x86_64.ociarchive
```
0 commit comments