Skip to content

Commit

Permalink
nuke snap builds for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Apr 29, 2019
1 parent 20e5492 commit d0fd83f
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,33 +59,33 @@ 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: false
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"]
# plugs: ["home", "network", "personal-files"]
plugs:
personal-files:
read:
- $HOME/.kube
# 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: false
# # 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"]
# # plugs: ["home", "network", "personal-files"]
# plugs:
# personal-files:
# read:
# - $HOME/.kube

0 comments on commit d0fd83f

Please sign in to comment.