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