Added: riscv64 support (#4144)

This commit is contained in:
Bas Magré
2026-07-11 17:37:36 -05:00
committed by GitHub
parent 3c3e49e385
commit 81293634de
5 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ apt-get install -y \
apt-get clean
# Download and install patched knockd
curl -fsSL -o /tmp/knock.tar.gz https://github.com/Metalcape/knock/releases/download/0.8.1/knock-0.8.1-$TARGET.tar.gz
curl -fsSL -o /tmp/knock.tar.gz https://github.com/Opvolger/knock/releases/download/0.8.1/knock-0.8.1-$TARGET.tar.gz
tar -xf /tmp/knock.tar.gz -C /usr/local/ && rm /tmp/knock.tar.gz
ln -s /usr/local/sbin/knockd /usr/sbin/knockd
setcap cap_net_raw=ep /usr/local/sbin/knockd