removed cgo build archives artifacts
This commit is contained in:
parent
31670ab3e1
commit
f172754775
|
@ -7,6 +7,7 @@ before:
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
|
# used only for tests
|
||||||
- id: build_cgo
|
- id: build_cgo
|
||||||
main: ./examples/base
|
main: ./examples/base
|
||||||
binary: pocketbase
|
binary: pocketbase
|
||||||
|
@ -46,14 +47,6 @@ release:
|
||||||
draft: true
|
draft: true
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- id: archive_cgo
|
|
||||||
builds: [build_cgo]
|
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}_cgo'
|
|
||||||
format: zip
|
|
||||||
files:
|
|
||||||
- LICENSE*
|
|
||||||
- CHANGELOG*
|
|
||||||
|
|
||||||
- id: archive_noncgo
|
- id: archive_noncgo
|
||||||
builds: [build_noncgo]
|
builds: [build_noncgo]
|
||||||
format: zip
|
format: zip
|
||||||
|
|
Loading…
Reference in New Issue