mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Update ynh_docker_image_extract
This commit is contained in:
parent
8ebc97ebf2
commit
2331137f80
1 changed files with 0 additions and 4 deletions
|
@ -37,10 +37,6 @@ ynh_docker_image_extract() {
|
||||||
local os_arch_variant
|
local os_arch_variant
|
||||||
# Manage arguments with getopts
|
# Manage arguments with getopts
|
||||||
ynh_handle_getopts_args "$@"
|
ynh_handle_getopts_args "$@"
|
||||||
if [ $YNH_ARCH == "armhf" ]
|
|
||||||
then
|
|
||||||
YNH_ARCH="arm/v7"
|
|
||||||
fi
|
|
||||||
os_arch_variant="${os_arch_variant:-"linux/$YNH_ARCH"}"
|
os_arch_variant="${os_arch_variant:-"linux/$YNH_ARCH"}"
|
||||||
|
|
||||||
# Extract source into the app dir
|
# Extract source into the app dir
|
||||||
|
|
Loading…
Reference in a new issue