From d3ae1f20c7cba9a730cfe9078c61a0ea97b7afe4 Mon Sep 17 00:00:00 2001 From: Steven Aldinger Date: Sat, 8 Jul 2023 13:09:40 -0600 Subject: [PATCH] fix(goreleaser): undo 2nd release --- .goreleaser.yaml | 96 ------------------------------------------------ 1 file changed, 96 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d89d4e6..baef73d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -40,46 +40,6 @@ builds: - arm - arm64 - - - # ID of the build. - # - # Default: Binary name - id: windows-pinttech - - # Binary name. - # Can be a path (e.g. `bin/app`) to wrap the binary in a directory. - # Default is the name of the project directory. - binary: imup - - # Custom environment variables to be set during the builds. - # - # This field is templateable. Since v1.14. - # - # Invalid environment variables will be ignored. - # - # Default: `os.Environ()` merged with what you set the root `env` section. - env: - - CGO_ENABLED=0 - - # GOOS list to build for. - # For more info refer to: https://golang.org/doc/install/source#environment - # Defaults are darwin, linux, and windows. - goos: - - windows - - # Custom ldflags templates. - # Default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser`. - ldflags: - - -s -w -X main.ClientVersion={{ .Version }} -X main.ClientName={{ .Env.NDT7_CLIENT_NAME }} -X main.HoneybadgerAPIKey={{ .Env.HONEYBADGER_API_KEY }} -X github.com/imup-io/client/config.ImUpAPIHost=https://api.pinttech.io" - - # GOARCH to build for. - # For more info refer to: https://golang.org/doc/install/source#environment - # Defaults are 386, amd64 and arm64. - goarch: - - amd64 - - arm - - arm64 - - # ID of the build. @@ -122,48 +82,6 @@ builds: - arm - arm64 - - - - # ID of the build. - # - # Default: Binary name - id: imup-pinttech - - # Binary name. - # Can be a path (e.g. `bin/app`) to wrap the binary in a directory. - # Default is the name of the project directory. - binary: imup - - # Custom environment variables to be set during the builds. - # - # This field is templateable. Since v1.14. - # - # Invalid environment variables will be ignored. - # - # Default: `os.Environ()` merged with what you set the root `env` section. - env: - - CGO_ENABLED=0 - - # GOOS list to build for. - # For more info refer to: https://golang.org/doc/install/source#environment - # Defaults are darwin, linux, and windows. - goos: - - linux - - darwin - - # Custom ldflags templates. - # Default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser`. - ldflags: - - -s -w -X main.ClientVersion={{ .Version }} -X main.ClientName={{ .Env.NDT7_CLIENT_NAME }} -X main.HoneybadgerAPIKey={{ .Env.HONEYBADGER_API_KEY }} -X github.com/imup-io/client/config.ImUpAPIHost=https://api.pinttech.io" - - # GOARCH to build for. - # For more info refer to: https://golang.org/doc/install/source#environment - # Defaults are 386, amd64 and arm64. - goarch: - - amd64 - - arm - - arm64 - archives: - id: windows @@ -182,12 +100,6 @@ archives: # - if format is `binary`: # - `{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}` # name_template: "imup_{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - - - id: windows-pinttech - builds: - - windows-pinttech - - format: zip - @@ -206,14 +118,6 @@ archives: # - `{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}` # name_template: "imup_{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - - - - builds: - - imup-pinttech - - id: imup-pinttech - - release: # What to do with the release notes in case there the release already exists. #