Skip to content

Commit

Permalink
ci: disable snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed May 21, 2024
1 parent 80a2bc8 commit 71fbda3
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,27 +126,27 @@ nfpms:
formats:
- deb
- rpm
snapcrafts:
-
id: ticker
name_template: >-
{{- .ProjectName }}-
{{- .Version }}-
{{- if eq .Os "darwin" }}mac
{{- else}}{{ .Os }}{{ end }}-
{{- .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}
{{- if .Mips }}-{{ .Mips }}{{ end }}
publish: true
summary: Terminal stock watcher and stock position tracker
description: |
Features:
Live stock price quotes
Track value of your stock positions
Support for multiple cost basis lots
Support for pre and post market price quotes
# snapcrafts:
# -
# id: ticker
# name_template: >-
# {{- .ProjectName }}-
# {{- .Version }}-
# {{- if eq .Os "darwin" }}mac
# {{- else}}{{ .Os }}{{ end }}-
# {{- .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}
# {{- if .Mips }}-{{ .Mips }}{{ end }}
# publish: true
# summary: Terminal stock watcher and stock position tracker
# description: |
# Features:
# Live stock price quotes
# Track value of your stock positions
# Support for multiple cost basis lots
# Support for pre and post market price quotes

grade: stable
confinement: strict
apps:
ticker:
plugs: ["network", "home"]
# grade: stable
# confinement: strict
# apps:
# ticker:
# plugs: ["network", "home"]

0 comments on commit 71fbda3

Please sign in to comment.