Nginx won't compile on new arm install

Hello, I’ve been using Hestia on at least 3 arm installs, and it worked great until about 4 days ago, my old installs are fine, but when I try install on a new instance, the installer get stuck after downloading openssl for hours without completing.

Basically I follow this:

git clone GitHub - hestiacp/hestiacp: Hestia Control Panel | A lightweight and powerful control panel for the modern web.
cd hestiacp/src/
./hst_autocompile.sh --all --noinstall --keepbuild release
cd …/install/
groupdel admin
bash hst-install-ubuntu.sh --with-debs /tmp/hestiacp-src/deb/

And it always worked (my last install was about 1 week ago), but now, I’ve tried about 10 times, different instances, freshly installed ubuntu, but It get stuck for hours on

openssl-1.1.1l.tar.gz    100%[==================================>]   9.38M  3.06MB/s    in 3.1s
DEBUG: Downloading file https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz to -
DEBUG: wget https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz -q --directory-prefix=/home/ubuntu/hestiacp/src/archive/ --show-progress --progress=bar:force --limit-rate=3m

and if I retry the install after cancelling/rebooting I get the error that nginx.conf is not present.
Can anyone help?

removed https because I cannot post links

I am not aware of any issues with ARM build the last time I tried was with out any issues

You are able to download the packages for hestia-nginx + hestia-php without building them…

Hi eris, great. I will try, i should put then on tmp/hestia-install right?
Update: when trying with the downloaded packages I got a php error:

[ * ] Configuring Dovecot POP/IMAP mail server...
[ * ] Installing ClamAV anti-virus definitions...-
[ * ] Configuring SpamAssassin...
[ * ] Configuring fail2ban access monitor...
[ * ] Install Roundcube...
[ * ] Configure System IP...
cp: cannot create regular file '/etc/php/7.4/fpm/pool.d/': No such file or directory
sed: can't read /etc/php/7.4/fpm/pool.d/dummy.conf: No such file or directory
Error: php7.4-fpm restart failed
Error: can't create (my domain here) domain

can you help me?
Still stuck on that. Tried recompile only php, but my downloaded and compiled packages get the same error.

In case this is useful … for test Oracle free tier, i installed the 1.5.0 beta in this way without errors:

VM 4 vCPU ARM Ampere A1, 24 GB RAM with Ubuntu 20.04

cd /tmp/
git clone GitHub - hestiacp/hestiacp: Hestia Control Panel | A lightweight and powerful control panel for the modern web.
cd hestiacp

(create the dir “hestia150” where to download deb files)
mkdir hestia150

cd hestia150
wget https://apt.hestiacp.com/beta/ubuntu-2004/hestia_1.5.0~beta_arm64.deb
wget https://apt.hestiacp.com/beta/ubuntu-2004/hestia-nginx_1.21.3_arm64.deb
wget https://apt.hestiacp.com/beta/ubuntu-2004/hestia-php_7.4.25_arm64.deb

(remove user admin)
groupdel admin

Then i installed with these options:

bash hst-install-ubuntu.sh --apache no --phpfpm yes --multiphp yes --vsftpd no --proftpd no --named yes --mysql yes --postgresql no --exim yes --dovecot yes --clamav no --spamassassin no --iptables yes --fail2ban yes --quota no --api yes --interactive yes --password PASSHERE --with-debs /tmp/hestiacp/install/hestia150/

Install was successful, no errors.