Skip to content

Commit

Permalink
⚙️ Add GoReleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Feb 11, 2024
1 parent 469d9d5 commit ab09bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .goreleaser.yml
project_name: import_fault_detector
project_name: fault_detector
builds:
- env: [CGO_ENABLED=0]
goos:
Expand All @@ -9,6 +9,6 @@ builds:
goarch:
- amd64
- arm64
id: "import_fault_detector"
id: "fault_detector"
dir: .
main: ./cmd/

0 comments on commit ab09bb8

Please sign in to comment.