sdk-ng/scripts
Stephanos Ioannidis 5aa5274365 ci: Use 7z format for Windows build artifacts
This commit updates the CI workflow to output .7z archives for the
Windows build artifacts.

The 7z format uses the LZMA compression algorithm, which offers
significantly improved data compression ratio.

The `-l` option is used such that symbolic links are stored as copies
of the linked files because Windows requires administrator privileges
to create symbolic links.

Note that 7z performs multi-threaded compression by default.

For more details, refer to the issue zephyrproject-rtos/sdk-ng#567.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-11-25 20:34:38 +09:00
..
template_setup_posix ci: Use tar.xz format for Linux and macOS build artifacts 2022-11-25 20:34:38 +09:00
template_setup_win ci: Use 7z format for Windows build artifacts 2022-11-25 20:34:38 +09:00