Skip to content

Commit

Permalink
extend
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Nov 7, 2023
1 parent 4fb8d68 commit 68cb957
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
changelog:
sort: asc
builds:
- id: "graph"
dir: "sources/graph"
Expand All @@ -24,6 +26,15 @@ builds:
- 386
- arm64
- arm
goarm:
- 5
- 6
- 7
goamd64:
- v1
- v2
- v3
- v4
ignore:
- goos: linux
goarch: wasm
Expand Down Expand Up @@ -67,11 +78,7 @@ archives:
builds:
- "graph"
format: tar.gz
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
name_template: "{{ .Project }}_{{ .Version}}_{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}{{ .Mips }}{{ .Amd64 }}_{{ .CommitDate }}_{{ .ShortCommit }}_{{ .Date }}"
format_overrides:
- goos: windows
format: zip

changelog:
sort: asc
# TODO: goarm goamd64 go386 etc.

0 comments on commit 68cb957

Please sign in to comment.