Skip to content

Commit

Permalink
ci: better GoReleaser config for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 22, 2024
1 parent aade3fb commit bf5e08d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ env:
builds:
- id: caddy
dir: caddy/mercure
flags:
-tags=nobadger,nomysql,nopgx
ldflags:
- -X 'github.com/caddyserver/caddy/v2.CustomVersion=Mercure.rocks {{ .Version }} Caddy'
tags:
- nobadger
- nomysql
- nopgx
goos:
- linux
- darwin
Expand Down

0 comments on commit bf5e08d

Please sign in to comment.