tailscale / github-action

A GitHub Action to connect your workflow to your Tailscale network.
BSD 3-Clause "New" or "Revised" License
519 stars 78 forks source link

Problem: no macOS support #103

Open yrashk opened 6 months ago

yrashk commented 6 months ago

Solution: install tailscale from homebrew

Also, there's no /etc/hostname so I just called hostname

willnorris commented 5 months ago

I'm a little hesitant to use homebrew to install tailscale, since we don't really have any control of how it's distributed. That said, the formula is part of homebrew-core (rather than a user-hosted cask), and it's just building from source anyway, so should be fine: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/t/tailscale.rb

I'll need to sort out the build errors before merging.

jgautsch commented 3 months ago

This is highly desirable for my use case!