Skip to content

Commit

Permalink
add takreplay to release
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Oct 18, 2023
1 parent fc05812 commit 76b0ad6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- id: takreplay
main: ./cmd/takreplay
binary: takreplay
env:
- CGO_ENABLED=0
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
ldflags:
- '-s -w -X main.gitRevision={{.Version}} -X main.gitCommit={{.Commit}}'
goos: [ windows, linux, darwin ]
goarch: [ amd64, arm64 ]
ignore:
- goos: darwin
goarch: '386'
- id: client
main: ./cmd/webclient
binary: goatak_client
Expand All @@ -52,7 +67,7 @@ builds:
goarch: '386'
archives:
- id: server
builds: [ server, ctl ]
builds: [ server, ctl, takreplay ]
format: zip
name_template: 'server_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
files:
Expand Down
2 changes: 1 addition & 1 deletion goatak_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cert_addr: ":8446"
tcp_addr: ":8999"
udp_addr: ":8999"
#ssl_addr: ":8089"
log: true

me:
lat: 35.462939
lon: -97.537283
zoom: 5

0 comments on commit 76b0ad6

Please sign in to comment.