From 3af18c7d69dce85221e3fa722ca8ce16aca5bc7a Mon Sep 17 00:00:00 2001 From: jimafisk Date: Tue, 30 Apr 2024 12:23:00 -0400 Subject: [PATCH] Temp remove snapcraft to fix builds (#317). --- .github/workflows/release.yml | 2 +- .goreleaser.yml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6aacdaad..2723b4e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | diff --git a/.goreleaser.yml b/.goreleaser.yml index 37048dae..4a103163 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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