Skip to content

sclem/tailscale-android-builder

Repository files navigation

tailscale android builder

This repo will build the tailscale android client with a custom server url using github actions.

Usage:

  1. Fork this repo
  2. Configure secrets for github actions:
  1. Build the "builder image" for the apk:
make docker
  1. Push the builder image to ghcr:
docker tag tailscale-android-builder ghcr.io/<github_username>/tailscale-android-builder
docker push ghcr.io/<github_username>/tailscale-android-builder
  1. Trigger a workflow run in github actions. The apk will be stored as an artifact of the build. Recommend deleting the artifact after downloading from github if it is public, as this will contain your personal control plane server fqdn.

versioning:

The tailscale-android repo is a submodule. Update the submodule commit sha to the target release and push to recreate a new apk.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published