cloud-hypervisor/.github/workflows
Rob Bradford 6fde2d18a6 build: Strip the binaries before using/releasing them
Stripping the release build for glibc shrinks the size considerably:

$ du -h target/release/cloud-hypervisor
8.5M    target/release/cloud-hypervisor
$ strip target/release/cloud-hypervisor
$ du -h target/release/cloud-hypervisor
5.2M    target/release/cloud-hypervisor

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-05-07 12:31:01 +01:00
..
build.yaml build: Initial musl support 2020-04-29 17:57:01 +01:00
release.yaml build: Strip the binaries before using/releasing them 2020-05-07 12:31:01 +01:00