Use new ci-goreleaser, to fix generating Linux binaries for old kernels

This commit is contained in:
Deluan 2020-09-10 16:24:39 -04:00
parent caeff2862a
commit 59f1d7e88a
2 changed files with 3 additions and 3 deletions

View file

@ -96,5 +96,5 @@ release:
.PHONY: release
snapshot:
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.14.7-2-taglib goreleaser release --rm-dist --skip-publish --snapshot
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.14.9-1 goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: snapshot