From 2debfa27437597ef64afc95428855daefbcaf6a1 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 1 Feb 2023 11:21:13 -0800 Subject: [PATCH] go env --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 10caa51..4233cb4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,11 +36,12 @@ steps: - name: deps path: /go commands: - - git checkout tags/v1.10.3 -b v1.10.3 + - git checkout tags/v1.10.4 -b v1.10.4 - git status - go mod download - gomobile init - ./switch-gomobile.sh + - go env - gomobile bind -target android/arm,android/arm64,android/amd64 -trimpath -ldflags="-buildid=$(git describe --tags) -X cwtch.buildVer=$(git describe --tags) -X cwtch.buildDate=$(git log -1 --format=%cd --date=format:%G-%m-%d-%H-%M)" - sha512sum cwtch.aar