Build as static

This commit is contained in:
Ymage 2020-03-16 22:34:59 +01:00
parent 2ee07ea1d8
commit b837348b25

View File

@ -71,6 +71,7 @@ RUN rustup set profile minimal
{% if "alpine" in target_file %}
ENV USER "root"
ENV RUSTFLAGS='-C link-arg=-s'
{% elif "aarch64" in target_file or "armv" in target_file %}
# Install required build libs for {{ package_arch_name }} architecture.