Skip to content

Commit 911e85e

Browse files
committed
fix: remove build
1 parent 85b6d68 commit 911e85e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.goreleaser.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,6 @@ before:
1010
# Run tests before building
1111
- go test ./...
1212

13-
builds:
14-
# This is a library/plugin, so we don't need to build binaries
15-
# But we can build the examples for demonstration
16-
- id: basic-example
17-
main: ./examples/basic
18-
binary: basic-example
19-
env:
20-
- CGO_ENABLED=0
21-
goos:
22-
- linux
23-
- windows
24-
- darwin
25-
goarch:
26-
- amd64
27-
- arm64
28-
ldflags:
29-
- -s -w
30-
- -X main.version={{.Version}}
31-
- -X main.commit={{.Commit}}
32-
- -X main.date={{.Date}}
33-
mod_timestamp: '{{ .CommitTimestamp }}'
34-
3513
archives:
3614
- id: examples
3715
formats: ['tar.gz']

0 commit comments

Comments
 (0)