forked from TrueCloudLab/lego
fix: disable snap release
This commit is contained in:
parent
4d7fcb6048
commit
96a8381a6b
1 changed files with 2 additions and 0 deletions
|
@ -142,8 +142,10 @@ dockers:
|
||||||
- '--label=org.opencontainers.image.version={{.Version}}'
|
- '--label=org.opencontainers.image.version={{.Version}}'
|
||||||
- '--platform=linux/arm/v7'
|
- '--platform=linux/arm/v7'
|
||||||
|
|
||||||
|
# Disabled because https://github.com/go-acme/lego/pull/2134#issuecomment-2135293270
|
||||||
snapcrafts:
|
snapcrafts:
|
||||||
- name: lego
|
- name: lego
|
||||||
|
disable: true
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
Loading…
Reference in a new issue