Skip to content

Commit

Permalink
feat: snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
geffersonFerraz committed Feb 27, 2025
1 parent 4961ee4 commit b3d4900
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions goreleaser_internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,34 +55,20 @@ snapcrafts:
* VPC (subnets, security rules, public IP)
* Kubernetes Cluster (create, scale, monitor)
grade: stable
confinement: strict
confinement: classic
license: GPL-3.0-only
base: core24
# plugs:
# # dot-config-mgc:
# # interface: personal-files
# # write:
# # - $HOME/.config/mgc
# browser-support:
# interface: browser-support
# desktop:
# interface: desktop
# network-bind:
# interface: network-bind
# home:
# read: all
apps:
mgc:
command: mgc
aliases:
- mgc
plugs:
# - home
- desktop
- browser-support
- network
- network-bind
# - dot-config-mgc
- home ## ??
- desktop ## aprove automatically
- browser-support ## aprove automatically
- network ## aprove automatically
- network-bind ## aprove automatically
publish: true
channel_templates:
- edge

0 comments on commit b3d4900

Please sign in to comment.