codespace
codespace copied to clipboard
Platform Support - added arm64
Description
The tailscale devcontainer feature only supports x86_64 machines due to the hardcoded tailscale_url. This PR addresses this issue by dynamically assigning the tailscale_url depending on the platform
Changes
- dynamically assign the
tailscale_urlvariable depending on the output ofuname -m - bumped version from 1.0.6 to 1.0.7