mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
Fix ARM support ?
This commit is contained in:
parent
c1be441f56
commit
9dc0d1a349
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ ynh_script_progression --message="Setting up source files..." --weight=3
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
if [ $YNH_ARCH == "armhf" ] || [ $YNH_ARCH == "arm64" ]
|
||||
then
|
||||
ynh_setup_source --dest_dir="$install_dir/build" --source_id=arm
|
||||
ynh_setup_source --dest_dir="$install_dir/build"
|
||||
pushd "$install_dir/build"
|
||||
# Build the sources
|
||||
ynh_use_go
|
||||
|
|
Loading…
Reference in a new issue