Skip to content

Commit

Permalink
fix(goreleaser generator): remove commented out nfpms option
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Feb 14, 2024
1 parent e18da70 commit b70f9cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/goreleaser/internal/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ func Generate(imagePrefixes []string, dists []string) config.Project {
NameTemplate: "{{ .ProjectName }}_checksums.txt",
},

Builds: Builds(dists),
Archives: Archives(dists),
//NFPMs: Packages(dists),
Builds: Builds(dists),
Archives: Archives(dists),
Dockers: DockerImages(imagePrefixes, dists),
DockerManifests: DockerManifests(imagePrefixes, dists),
}
Expand Down

0 comments on commit b70f9cc

Please sign in to comment.