Commit Graph

8 Commits

Author SHA1 Message Date
Richard Hillmann
e35007b3a2 feat: Publish multi-arch docker image (amd64 and arm64) (#1862)
* add arm64 to goreleaser
2023-05-04 09:11:47 +02:00
Ashish Ranjan
3f26845cff move to github actions from drone (#1823)
* add github actions workflow for tag releases

* migrate drone build &test step to github actions

* fix minio service

* fix indentation

* fix dependency syntax

* remove needs keyword

* fix service hostnames, add protectedredis

* update protected redis docker image

* fix too many args error

* exclude vendor dir from gofmt

* fix fmt errors

* fix fmt errors

* rm .drone.yml

* rename workflow name

* break test step

* remove vendor step

* use makefile rule

* use buildx
2023-02-22 22:47:37 -08:00
JefM
085e294d23 build releases for x86_64 (#1779) 2022-06-17 10:11:24 -04:00
arothste-blk
b121e84dcd github actions + goreleaser to build and publish binaries (#1623)
* initial github action to build github hosted binary artifact releases

* consistent with Makefile

* fix syntax error

* add GOPROXY env var

* reintroduce VERSION to env and go build.version

* barf, typo

* set build.version to the tag

Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
2020-09-11 15:30:10 -07:00
marpio
9c4f06c7b1 remove goreleaser (#983) 2018-12-09 10:34:34 +01:00
Rob j Loranger
29cb5c9561 change go releaser to create draft releases (#621) 2018-09-02 07:49:01 +02:00
marpio
6bf0de7b3c binary release (#620)
* release to github on tags

* add new line
2018-09-01 16:39:30 -07:00
Rob j Loranger
fe63c38e15 Goreleaser (#616) (#619)
* Goreleaser (#616)

* add goreleaser

* incl readme and license

* rm unnesesary license refs

* enable to test

* few changes to travis.yml to test goreleaser

* switch back to master

* try separate conditions
2018-09-01 12:40:46 -07:00