Ported Blocky to ARM64

Also added Alpine templates to unsupported
This commit is contained in:
Sam Heinz
2024-04-08 18:46:18 +10:00
parent 197ec0b5e4
commit d7be82a1d9
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ if systemctl is-active systemd-resolved > /dev/null 2>&1; then
fi
mkdir /opt/blocky
RELEASE=$(curl -s https://api.github.com/repos/0xERR0R/blocky/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
wget -qO- https://github.com/0xERR0R/blocky/releases/download/v${RELEASE}/blocky_v${RELEASE}_Linux_x86_64.tar.gz | tar -xzf - -C /opt/blocky/
wget -qO- https://github.com/0xERR0R/blocky/releases/download/v${RELEASE}/blocky_v${RELEASE}_Linux_arm64.tar.gz | tar -xzf - -C /opt/blocky/
cat <<EOF >/opt/blocky/config.yml
upstream: