Add android build
This commit is contained in:
parent
dfbfcb3750
commit
c0161d5877
1 changed files with 5 additions and 0 deletions
|
@ -33,11 +33,16 @@ builds:
|
||||||
- goos: freebsd
|
- goos: freebsd
|
||||||
goarch: "arm64"
|
goarch: "arm64"
|
||||||
main: goreleaser.go
|
main: goreleaser.go
|
||||||
|
command: version
|
||||||
hooks:
|
hooks:
|
||||||
#pre:
|
#pre:
|
||||||
# - /bin/sh -c "if [ ! -e ./goreleaser.go ]; then echo -e 'package main\\\nfunc main() { }' > ./goreleaser.go ; fi"
|
# - /bin/sh -c "if [ ! -e ./goreleaser.go ]; then echo -e 'package main\\\nfunc main() { }' > ./goreleaser.go ; fi"
|
||||||
post:
|
post:
|
||||||
- ./.goreleaser_hook.sh "{{ .Arch }}" "{{ .Os }}" "{{ .Arm }}" "{{ .ProjectName }}"
|
- ./.goreleaser_hook.sh "{{ .Arch }}" "{{ .Os }}" "{{ .Arm }}" "{{ .ProjectName }}"
|
||||||
|
overrides:
|
||||||
|
- goos: linux
|
||||||
|
goarch: arm64
|
||||||
|
ldflags: [ ]
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
changelog:
|
changelog:
|
||||||
|
|
Loading…
Reference in a new issue