Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed May 10, 2022
1 parent b8280b6 commit de0c432
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
builds:
- builder: prebuilt
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- 386
goamd64:
- v1
prebuilt:
path: '{{ .Os }}/testkube_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}/kubectl-testkube{{ .Ext }}'
binary: kubectl-testkube
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- 386
goamd64:
- v1
prebuilt:
path: '{{ .Os }}/testkube_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}/kubectl-testkube{{ .Ext }}'
binary: kubectl-testkube
archives:
- replacements:
darwin: macOS
Expand Down

0 comments on commit de0c432

Please sign in to comment.