Skip to content

Commit

Permalink
fix: goreleaser extra_files
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Jun 12, 2024
1 parent 026ee5d commit f9ec8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dockers:
- go.mod
- go.sum
- main.go
- internal
- pkg
- web
build_flag_templates:
- --pull
Expand All @@ -44,7 +44,7 @@ dockers:
- go.mod
- go.sum
- main.go
- internal
- pkg
- web
goarch: arm64
build_flag_templates:
Expand Down

0 comments on commit f9ec8de

Please sign in to comment.