From f1edd4d232e0acc32e85d916c7aec35a347e89c7 Mon Sep 17 00:00:00 2001 From: NewsGuyTor <19603024+NewsGuyTor@users.noreply.github.com> Date: Thu, 17 Aug 2023 00:50:04 +0200 Subject: [PATCH] Update build.sh --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 4ef54b8..728b3cd 100755 --- a/build.sh +++ b/build.sh @@ -24,9 +24,9 @@ # Set PLATFORM as required for your router model. See: # https://mikrotik.com/products/matrix # -PLATFORM="linux/arm/v7" -TAILSCALE_VERSION=1.46.1 -VERSION=0.1.20 +PLATFORM="linux/arm/v8" +TAILSCALE_VERSION=1.48.0 +VERSION=0.1.21 set -eu