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 48dfd26 commit 545cd16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ builds:
- amd64
- 386
- arm64
- arm
# - arm
# - wasm
# goarm:
# - 6
Expand All @@ -35,7 +35,8 @@ archives:
builds:
- "graph"
format: tar.gz
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arm }}{{ .Arch }}"
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
# name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arm }}{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 545cd16

Please sign in to comment.