Embed audiotags lib, to make it static compilable

This commit is contained in:
Deluan 2020-09-05 14:32:59 -04:00 committed by Deluan Quintão
parent df4328819d
commit 58a0c44600
11 changed files with 867 additions and 10 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-1-taglib goreleaser release --rm-dist --skip-publish --snapshot
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.14.7-2-taglib goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: snapshot