mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-04 21:38:29 +00:00
Disable mimalloc in arm for now
This commit is contained in:
parent
7b742009a1
commit
6643e83b61
7 changed files with 7 additions and 13 deletions
|
|
@ -163,7 +163,7 @@ RUN {{ mount_rust_cache -}} rustup target add {{ package_arch_target }}
|
|||
{% endif %}
|
||||
|
||||
# Configure the DB ARG as late as possible to not invalidate the cached layers above
|
||||
{% if "alpine" in target_file %}
|
||||
{% if "alpine" in target_file and "amd64" in target_file %}
|
||||
# Enable MiMalloc to improve performance on Alpine builds
|
||||
ARG DB=sqlite,mysql,postgresql,enable_mimalloc
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue