Skip to content

Commit

Permalink
Temp remove snapcraft to fix builds (#317).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Apr 30, 2024
1 parent 1d98bd5 commit 3af18c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Set up Snapcraft
run: |
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft=8.0.5
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
-
name: Dockerhub Login
run: |
Expand Down
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ brews:
name: homebrew-plenti
homepage: "https://plenti.co/"
description: "Dead simple SSG with Svelte frontend and Go CLI."
snapcrafts:
-
id: plenti
name: plenti
publish: true # publish the snap to the snapcraft store.
summary: A simple static site generator for the JAMstack.
description: Dead simple SSG with Svelte frontend and Go CLI.
grade: stable
confinement: strict
license: Apache-2.0
# allow read/write to user's filesystem.
apps:
plenti:
plugs: ["home", "network-bind", "removable-media"]
#snapcrafts:
# -
# id: plenti
# name: plenti
# publish: true # publish the snap to the snapcraft store.
# summary: A simple static site generator for the JAMstack.
# description: Dead simple SSG with Svelte frontend and Go CLI.
# grade: stable
# confinement: strict
# license: Apache-2.0
# # allow read/write to user's filesystem.
# apps:
# plenti:
# plugs: ["home", "network-bind", "removable-media"]
#scoop:
# bucket:
# owner: plentico
Expand Down

0 comments on commit 3af18c7

Please sign in to comment.