Skip to content

Commit

Permalink
Merge pull request #46 from runreveal/alan/release
Browse files Browse the repository at this point in the history
update goreleaser to not build kawad
  • Loading branch information
abraithwaite authored Jun 4, 2024
2 parents 2a9c7aa + d366def commit 1055f22
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .goreleaser.public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,6 @@ before:
- go mod tidy
# you may remove this if you don't need go generate
# - go generate ./...
builds:
- main: ./cmd/kawad
id: kawad
binary: kawad
goos:
- linux
- darwin
- windows

archives:
- format: tar.gz
id: kawad
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
kawad-
{{- .Os }}-
{{- if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
builds: [kawad]
format_overrides:
- goos: windows
format: zip
# only embed binaries for now
# https://goreleaser.com/customization/archive/?h=archives#packaging-only-the-binaries
files:
- none*

changelog:
use: github-native
Expand All @@ -46,9 +18,6 @@ release:
owner: runreveal
name: kawa

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}-{{ .Branch }}"

Expand Down

0 comments on commit 1055f22

Please sign in to comment.