pull/617/merge
kari-ts 9 months ago committed by GitHub
commit 31c8cca444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,8 +9,13 @@
# will force a rebuild of the docker image. If there is an existing image
# with this name, it will be used.
#
# The convention here is tailscale-android-build-amd64-<date>
DOCKER_IMAGE=tailscale-android-build-amd64-191124
# The convention here is tailscale-android-build-amd64-<go.toolchain.rev>
#
# Read the current Go toolchain revision.
GO_TOOLCHAIN_REV := $(shell cat go.toolchain.rev)
# Define the Docker image tag using the current revision.
DOCKER_IMAGE := tailscale-android-build-amd64-$(GO_TOOLCHAIN_REV)
export TS_USE_TOOLCHAIN=1
DEBUG_APK=tailscale-debug.apk

Loading…
Cancel
Save