Compare commits

...

3 commits

Author SHA1 Message Date
Ralph
64f6fcecb8
Revert org change until publish to go pkg repository 2024-01-04 12:06:07 -05:00
Ralph
e293c5ab57
Update github repos to lbryfoundation forks 2024-01-04 11:35:29 -05:00
Ralph
5625d54f37
Change to lbryfoundation org 2024-01-04 11:34:08 -05:00

View file

@ -18,7 +18,7 @@ builds:
ldflags:
- -s -w
- -buildid=
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
- -X github.com/lbryfoundation/lbcd/version.appTag={{ .Tag }}
targets:
- linux_amd64
- linux_arm64
@ -35,7 +35,7 @@ builds:
ldflags:
- -s -w
- -buildid=
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
- -X github.com/lbryfoundation/lbcd/version.appTag={{ .Tag }}
env:
- CGO_ENABLED=0
targets:
@ -60,8 +60,8 @@ dockers:
- use: buildx
dockerfile: Dockerfile.goreleaser
image_templates:
- "docker.io/lbry/lbcd:{{ .Tag }}"
- "docker.io/lbry/lbcd:latest"
- "docker.io/lbryfoundation/lbcd:{{ .Tag }}"
- "docker.io/lbryfoundation/lbcd:latest"
release:
draft: true