Skip to content

Commit a67506f

Browse files
committed
ci: build less archs, and use github relesaes
1 parent f828c4e commit a67506f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.goreleaser.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ before:
55
- go mod tidy
66
builds:
77
- targets: [go_first_class]
8+
env:
9+
- CGO_ENABLED=0
10+
goos:
11+
- linux
12+
goarch:
13+
- amd64
14+
- arm64
815
mod_timestamp: '{{ .CommitTimestamp }}'
916
flags:
1017
# trims path
@@ -27,6 +34,9 @@ changelog:
2734

2835
release:
2936
name_template: 'v{{ .Version }}'
37+
github:
38+
owner: robbert229
39+
name: jaeger-postgresql
3040

3141
# modelines, feel free to remove those if you don't want/use them:
3242
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json

0 commit comments

Comments
 (0)