Does Habitat have any best practices for optimizing package sizes for low bandwidth links? Today we ship the compressed binaries down to the remote site since bandwidth is limited.
Should I uncompress the binaries during build phase or would it be okay to uncompress after I’ve shipped the package to the remote site with something like an init hook?