Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Nov 7, 2023
1 parent 88232ce commit 48dfd26
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,41 @@ builds:
- linux
- windows
- darwin
# - android
# - js
# - wasip1
goarch:
- amd64
- 386
- arm64
- arm

# - wasm
# goarm:
# - 6
# - 7
# - 8
ignore:
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm
archives:
- id: "graph"
builds:
- "graph"
format: tar.gz
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arm }}{{ .Arch }}"
format_overrides:
- goos: windows
format: zip

changelog:
sort: asc

# TODO:
# android 386
# android amd64
# android arm
# android arm64
# js wasm
# wasip1 wasm

0 comments on commit 48dfd26

Please sign in to comment.