|
|
@ -9,7 +9,7 @@
|
|
|
|
{% set package_arch_name = "" %}
|
|
|
|
{% set package_arch_name = "" %}
|
|
|
|
{% elif "arm32v7" in target_file %}
|
|
|
|
{% elif "arm32v7" in target_file %}
|
|
|
|
{% set build_stage_base_image = "messense/rust-musl-cross:armv7-musleabihf" %}
|
|
|
|
{% 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 = "" %}
|
|
|
|
{% set package_arch_name = "" %}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% elif "amd64" in target_file %}
|
|
|
|
{% elif "amd64" in target_file %}
|
|
|
|