mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
Feature: Set and display version info (#63)
* chore: update packages * feat: show version info * build: remove ldflags override
This commit is contained in:
parent
c65c7477fd
commit
b09796bf7e
9 changed files with 50 additions and 15 deletions
|
@ -22,8 +22,6 @@ builds:
|
|||
goarch: arm64
|
||||
main: ./cmd/autobrr/main.go
|
||||
binary: autobrr
|
||||
ldflags:
|
||||
- -s -w
|
||||
- id: autobrrctl
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
@ -43,8 +41,6 @@ builds:
|
|||
goarch: arm64
|
||||
main: ./cmd/autobrrctl/main.go
|
||||
binary: autobrrctl
|
||||
ldflags:
|
||||
- -s -w
|
||||
|
||||
archives:
|
||||
- id: autobrr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue