Skip to content

Commit

Permalink
ci(goreleaser): fix main build path
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Nov 29, 2024
1 parent d136b07 commit d9e2fb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ before:
- go mod download

builds:
- env:
- id: dynamic
binary: netbox-ssot
main: ./cmd/netbox-ssot/main.go
env:
- CGO_ENABLED=0
goos:
- linux
Expand Down

0 comments on commit d9e2fb8

Please sign in to comment.