Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1005 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 1005 Bytes

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.