Generate all release artifacts using Goreleaser, update Makefile

This commit is contained in:
Yann Hamon 2021-08-29 11:55:17 +02:00
parent ec52b39db3
commit 5bce1d4180
2 changed files with 11 additions and 19 deletions

View file

@ -11,7 +11,7 @@ jobs:
run: make docker-test
- name: build
run: make build-single-target
run: make goreleaser-build-static
- name: acceptance-test
run: make docker-acceptance