Skip to content

Commit

Permalink
image-base: specify gzip platform compressor for DigitalOcean
Browse files Browse the repository at this point in the history
When we build DigitalOcean using osbuild this will be the part that
tells the later `cosa compress` stage to compress the qcow2 using
gzip rather than xz.
  • Loading branch information
dustymabe authored and jlebon committed Feb 13, 2025
1 parent 2f8e4f2 commit dab2ed4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ platform-compressor:
hyperv: zip
# On macOS, it's the only compression tool we can rely on.
applehv: gzip
# For DigitalOcean you can upload a qcow2 compressed in either gzip or bzip2
# https://docs.digitalocean.com/products/custom-images/how-to/upload/
digitalocean: gzip

0 comments on commit dab2ed4

Please sign in to comment.