mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-12 14:43:56 +00:00
Fixed issue with building Alpine armv7 image.
The runtime image was using a very old Alpine version. This caused issues with the catatonit install Now using the Balena armv7hf Alpine image for this.
This commit is contained in:
parent
0c96c2d305
commit
ce99e5c583
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
{% set package_arch_name = "" %}
|
||||
{% elif "arm32v7" in target_file %}
|
||||
{% set build_stage_base_image = "messense/rust-musl-cross:armv7-musleabihf" %}
|
||||
{% set runtime_stage_base_image = "cmosh/alpine-arm:3.6" %}
|
||||
{% set runtime_stage_base_image = "balenalib/armv7hf-alpine:3.12" %}
|
||||
{% set package_arch_name = "" %}
|
||||
{% endif %}
|
||||
{% elif "amd64" in target_file %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue