Update README.md

This commit is contained in:
Weston Blieden
2025-08-27 17:12:09 +02:00
committed by GitHub
parent e01a2ab95f
commit f69a1971a2
+1 -9
View File
@@ -2,7 +2,7 @@
This ACAP packages the scripts and files required to install the Tailscale VPN client on Axis Cameras.
Current version 1.84.0
Current version 1.86.2
https://tailscale.com/changelog/
@@ -101,14 +101,6 @@ docker build --tag <package name> .
docker cp $(docker create <package name>):/opt/app ./build
```
Thanks to wesQ3 there is now also a version in the "all" folder with a script that simplifies the build process with the following changes.
1. Architecture specific build directories are not required, target arch is now an argument
2. manifest files are templated as part of the build
3. Tailscale binaries are downloaded as part of the build
## Star History