Skip to content

Commit

Permalink
fix(goreleaser): Indentation
Browse files Browse the repository at this point in the history
Env is not its own build
  • Loading branch information
Ninja243 committed Sep 18, 2023
1 parent bea2f00 commit dd54f8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 77 deletions.
9 changes: 4 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
hooks:
post:
- cmd: ./signOSX.sh {{ .Path }} {{ .Os }} {{ .Version }} {{ .Arch }}
- env:
env:
- CGO_ENABLED=0
goos:
- linux
Expand All @@ -28,8 +28,8 @@ archives:
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -46,9 +46,8 @@ changelog:
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj


nfpms:
- id: foo
- id: linux_packages
package_name: otc-auth
file_name_template: "{{ .ConventionalFileName }}"
vendor: "iits-consulting"
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ require (
github.com/go-logr/logr v1.2.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/gophercloud/gophercloud v1.6.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
Expand Down
Loading

0 comments on commit dd54f8d

Please sign in to comment.