build: set up goreleaser for release (cross-)builds (#101)

This commit is contained in:
Daniel Moran
2021-05-22 21:21:44 -04:00
committed by GitHub
parent 60dd8b54b5
commit 4981b6742e
6 changed files with 466 additions and 5 deletions

View File

@ -43,7 +43,9 @@ jobs:
working_directory: /home/circleci/go/src/github.com/influxdata/influx-cli
steps:
- checkout
- run: make influx
- run: make crossbuild
- store_artifacts:
path: dist
test:
docker: