Update build.sh

This commit is contained in:
NewsGuyTor 2023-08-17 00:50:04 +02:00 committed by GitHub
parent aebc6b3aa5
commit f1edd4d232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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