Skip to content

Commit

Permalink
Update goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-leschinsky committed Nov 9, 2024
1 parent c993c46 commit d49f43f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
---
version: 2
env:
- CGO_ENABLED=0
- CGO_ENABLED=0

before:
hooks:
- go mod download
- go mod download

build:
binary: taketo-{{ .Os }}-{{ .Arch }}
goos:
- darwin
- linux
- windows
- darwin
- linux
- windows
goarch:
- amd64
- arm
- arm64
- amd64
- arm
- arm64
goarm:
- 7
- 7

archives:
- name_template: "taketo-{{ .Os }}-{{ .Arch }}"
format: binary
- name_template: "taketo-{{ .Os }}-{{ .Arch }}"
format: binary

checksum:
name_template: checksums.txt

0 comments on commit d49f43f

Please sign in to comment.