Skip to content

Commit 96a8381

Browse files
committed
fix: disable snap release
1 parent 4d7fcb6 commit 96a8381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,10 @@ dockers:
142142
- '--label=org.opencontainers.image.version={{.Version}}'
143143
- '--platform=linux/arm/v7'
144144

145+
# Disabled because https://github.com/go-acme/lego/pull/2134#issuecomment-2135293270
145146
snapcrafts:
146147
- name: lego
148+
disable: true
147149
grade: stable
148150
confinement: strict
149151
license: MIT

0 commit comments

Comments
 (0)