diff --git a/.goreleaser.yml b/.goreleaser.yml index 6eada272..f7bf9ed6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -144,31 +144,29 @@ dockers: - '--label=org.opencontainers.image.version={{.Version}}' - '--platform=linux/arm/v7' -# Disabled because https://github.com/go-acme/lego/pull/2134#issuecomment-2135293270 snapcrafts: - name: lego - disable: true + disable: false + publish: true grade: stable confinement: strict license: MIT base: core22 - publish: true summary: Lego is a Let's Encrypt/ACME client. description: | Lego is a Let's Encrypt/ACME client written in Go. - + The lego snap makes it easy to install and use Lego on any Linux distribution that supports snaps. - + Usage: * `sudo snap install lego` * `sudo lego --email="you@example.com" --domains="example.com" --server=https://acme-staging-v02.api.letsencrypt.org/directory --http --http.port :8080 run - channel_templates: - edge apps: lego: - command: bin/lego + command: lego environment: LEGO_PATH: /var/snap/lego/common/.lego plugs: