Luet package repository for Tailscale, built and published via GitHub Actions for:
amd64arm64
Package version is 1:1 with upstream Tailscale version.
- Upstream
v1.94.2→ Luet package version1.94.2 - Repository tag should be
vX.Y.Zmatching Tailscale release tag.
- Create Git tag
vX.Y.Z(same as upstream Tailscale). - GitHub Actions validates:
- upstream release
tailscale/tailscaleexists, - tarballs exist for amd64 and arm64.
- upstream release
- Workflow patches package version and builds Luet packages.
- Packages are published to GHCR repositories:
ghcr.io/<owner>/luet-tailscaleghcr.io/<owner>/luet-tailscale-arm64
/usr/bin/tailscale/usr/sbin/tailscaled/usr/lib/systemd/system/tailscaled.service/usr/lib/tmpfiles.d/tailscale.conf
You can also run workflow manually (workflow_dispatch) with version input (1.94.2 or v1.94.2).