Skip to content

Commit

Permalink
removed snap releases for now
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Apr 18, 2019
1 parent d73a357 commit 718b170
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,31 +58,31 @@ brew:
test: |
system "popeye version"
# Snapcraft
snapcraft:
name: popeye
summary: A Kubernetes Cluster sanitizer and linter.
description: |
Popeye scans your Kubernetes clusters and reports potential resource issues.
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: stable
confinement: strict
apps:
popeye:
plugs: ["home", "network", "personal-files"]
plugs:
personal-files:
read:
- $HOME/.k9s
- $HOME/.kube
write:
- $HOME/.k9s
# # Snapcraft
# snapcraft:
# name: popeye
# summary: A Kubernetes Cluster sanitizer and linter.
# description: |
# Popeye scans your Kubernetes clusters and reports potential resource issues.
# 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: stable
# confinement: strict
# apps:
# popeye:
# plugs: ["home", "network", "personal-files"]
# plugs:
# personal-files:
# read:
# - $HOME/.k9s
# - $HOME/.kube
# write:
# - $HOME/.k9s
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configurations in any way!
[![Go Report Card](https://goreportcard.com/badge/github.com/derailed/popeye?)](https://goreportcard.com/report/github.com/derailed/popeye)
[![Build Status](https://travis-ci.com/derailed/popeye.svg?branch=master)](https://travis-ci.com/derailed/popeye)
[![release](https://img.shields.io/github/release-pre/derailed/popeye.svg)](https://github.com/derailed/popeye/releases)
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/popeye)
<!-- [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/popeye) -->

---

Expand Down

0 comments on commit 718b170

Please sign in to comment.