compose icon indicating copy to clipboard operation
compose copied to clipboard

Upload smaller compressed file in github.com/docker/compose/release

Open 6769 opened this issue 1 year ago • 0 comments

Description

The files uploaded in release page is uncompressed, which will need more network bandwith and time to download.

For example, using normal zip format could reduce to 1/3 file size of original file.

63173250   docker-compose-linux-x86_64
17991138   docker-compose-linux-x86_64.zip

Suggest: upload compressed file instead of raw file. I guess it will only need to add one more step in github-actions.

6769 avatar Aug 29 '24 06:08 6769