This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-34
lines changed
Expand file tree Collapse file tree 1 file changed +2
-34
lines changed Original file line number Diff line number Diff line change @@ -39,30 +39,6 @@ builds:
3939 hooks :
4040 # Ignores failures, this is just best effort. Alternative: find target/dist -name drone-cache -type f -exec upx {} +
4141 post : find target/dist -name drone-cache -type f -print0 | xargs -n 1 -0 upx
42- archives :
43- -
44- id : tarball
45- format : tar.gz
46- format_overrides :
47- - goos : windows
48- format : zip
49- wrap_in_directory : true
50- replacements :
51- amd64 : 64bit
52- 386 : 32bit
53- arm : ARM
54- arm64 : ARM64
55- darwin : macOS
56- linux : linux
57- windows : windows
58- openbsd : openBSD
59- netbsd : netBSD
60- freebsd : freeBSD
61- dragonfly : dragonFlyBSD
62- files :
63- - README.md
64- - CHANGELOG.md
65- - LICENSE
6642checksum :
6743 name_template : " {{ .ProjectName }}_{{ .Version }}_checksums.txt" # default
6844snapshot :
@@ -71,17 +47,9 @@ release:
7147 github :
7248 owner : meltwater
7349 name : drone-cache
74- prerelease : true
75- draft : true
50+ disable : true
7651changelog :
77- sort : asc
78- filters :
79- exclude :
80- - typo
81- - ' ^docs:'
82- - ' ^test:'
83- - Merge pull request
84- - Merge branch
52+ skip : true
8553dockers :
8654 -
8755 goos : linux
You can’t perform that action at this time.
0 commit comments