Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
omrikiei committed Apr 8, 2023
1 parent 3f79571 commit 02d83c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ nfpms:
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
builds:
- ktunnel
file_name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
homepage: https://github.com/omrikiei/ktunnel
maintainer: omrikiei <omrieival@gmail.com>
description: Ktunnel is a network tunneling tool for kubernetes
Expand Down

0 comments on commit 02d83c6

Please sign in to comment.