diff --git a/.goreleaser.yml b/.goreleaser.yml index 77d5eb04..0e4ea6d9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -59,32 +59,32 @@ brew: system "k9s version" # Snapcraft -snapcraft: - name: k9s - summary: K9s is a CLI to view and manage your Kubernetes clusters. - description: | - K9s is a CLI to view and manage your Kubernetes clusters. - By leveraging a terminal UI, you can easily traverse Kubernetes resources - and view the state of you clusters in a single powerful session. - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - publish: true - replacements: - amd64: 64-bit - 386: 32-bit - darwin: macOS - linux: Tux - bit: Arm - bitv6: Arm6 - bitv7: Arm7 - # grade: devel - # confinement: devmode - grade: stable - confinement: strict - apps: - k9s: - plugs: ["home", "network", "kube-config"] - plugs: - kube-config: - interface: personal-files - read: - - $HOME/.kube \ No newline at end of file +# snapcraft: +# name: k9s +# summary: K9s is a CLI to view and manage your Kubernetes clusters. +# description: | +# K9s is a CLI to view and manage your Kubernetes clusters. +# By leveraging a terminal UI, you can easily traverse Kubernetes resources +# and view the state of you clusters in a single powerful session. +# name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" +# publish: true +# replacements: +# amd64: 64-bit +# 386: 32-bit +# darwin: macOS +# linux: Tux +# bit: Arm +# bitv6: Arm6 +# bitv7: Arm7 +# # grade: devel +# # confinement: devmode +# grade: stable +# confinement: strict +# apps: +# k9s: +# plugs: ["home", "network", "kube-config"] +# plugs: +# kube-config: +# interface: personal-files +# read: +# - $HOME/.kube \ No newline at end of file