github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Problem: no macOS support

Open yrashk opened this issue 1 year ago • 2 comments

Solution: install tailscale from homebrew

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

yrashk avatar Jan 03 '24 22:01 yrashk

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.

willnorris avatar Jan 26 '24 20:01 willnorris

This is highly desirable for my use case!

jgautsch avatar Mar 24 '24 23:03 jgautsch

Fixed in #161

willnorris avatar May 06 '25 18:05 willnorris