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