Skip to content

Commit

Permalink
add sudo to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-rash committed Jan 22, 2024
1 parent e25dc02 commit b0e374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ builds:
- netgo
hooks:
post:
- go run ./agent/fc-image/. {{.Path}}
- sudo go run ./agent/fc-image/. {{.Path}}
- ls -lah

archives:
Expand Down

0 comments on commit b0e374d

Please sign in to comment.