Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Nov 7, 2023
1 parent 3841979 commit 88232ce
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
before:
hooks:
- go mod tidy
- go generate ./...

builds:
- id: "graph"
dir: "src/graph"
hooks:
pre:
- go mod tidy
- go generate ./...
binary: "graph"
env:
- CGO_ENABLED=0
Expand All @@ -16,6 +15,8 @@ builds:
goarch:
- amd64
- 386
- arm64
- arm

archives:
- id: "graph"
Expand Down

0 comments on commit 88232ce

Please sign in to comment.