mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[fix] Set back the ARM build to v1.8.0
This commit is contained in:
parent
ec2b43e2e3
commit
3598d35693
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
#/bin/bash
|
||||
|
||||
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
||||
version="v1.8.1"
|
||||
url_base="https://git.duniter.org/nodes/typescript/duniter/"
|
||||
if [ $arch == "x64" ]; then
|
||||
version="v1.8.1"
|
||||
mid_url="-/jobs/40430/artifacts/raw/work/bin/"
|
||||
else
|
||||
version="v1.8.0"
|
||||
mid_url="uploads/afe00e6e6cb318fbdbb977d8c73f4645/"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue