Skip to content

Commit

Permalink
goreleaser: added lib/ to archive and dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Oct 2, 2024
1 parent aaeac51 commit 113b6a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ archives:
- LICENSE
- CHANGELOG.md
- README.md
- lib/
dockers:
-
image_templates:
Expand All @@ -41,6 +42,7 @@ dockers:
- LICENSE
- CHANGELOG.md
- README.md
- lib/
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 113b6a9

Please sign in to comment.