Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Revert "Pass --debug to goreleaser."
Browse files Browse the repository at this point in the history
This reverts commit f9c5d88.
  • Loading branch information
cmacknz committed Nov 16, 2022
1 parent 1e28357 commit 055350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func InstallGoReleaser() error {
func (Build) Binary() error {
InstallGoReleaser()

args := []string{"build", "--rm-dist", "--skip-validate", "--debug"}
args := []string{"build", "--rm-dist", "--skip-validate"}
// Environment variable
env := map[string]string{
"CGO_ENABLED": devtools.EnvOrDefault("CGO_ENABLED", "0"),
Expand Down

0 comments on commit 055350c

Please sign in to comment.