From d366def3172505bb134b7eee0b1601de29861442 Mon Sep 17 00:00:00 2001 From: Alan Braithwaite Date: Tue, 4 Jun 2024 10:43:42 -0700 Subject: [PATCH] update goreleaser to not build kawad --- .goreleaser.public.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.goreleaser.public.yaml b/.goreleaser.public.yaml index daa99f0..ceee33f 100644 --- a/.goreleaser.public.yaml +++ b/.goreleaser.public.yaml @@ -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 @@ -46,9 +18,6 @@ release: owner: runreveal name: kawa -checksum: - name_template: 'checksums.txt' - snapshot: name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}-{{ .Branch }}"