codespace icon indicating copy to clipboard operation
codespace copied to clipboard

Platform Support - added arm64

Open TheFatPanda97 opened this issue 1 year ago • 0 comments

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_url variable depending on the output of uname -m
  • bumped version from 1.0.6 to 1.0.7

TheFatPanda97 avatar Jul 13 '24 03:07 TheFatPanda97