Skip to content

Commit

Permalink
update formatting of yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Oct 25, 2023
1 parent dad2d14 commit a14bbc3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ before:
- go generate ./...

builds:
main: ./cmd/waypoint/
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- main:
- ./cmd/waypoint/
env:
- CGO_ENABLED=0
goos:
- linux
- darwin

archives:
- format: tar.gz
Expand Down

0 comments on commit a14bbc3

Please sign in to comment.