Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 19, 2024
1 parent c58e6ef commit 2c141fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 114 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/setup.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/testing.yml

This file was deleted.

36 changes: 3 additions & 33 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ before:
- go mod download

builds:
- id: echo
main: cmd/echo/main.go
binary: executor_echo_{{ .Os }}_{{ .Arch }}
- id: msg
main: cmd/msg/main.go
binary: executor_msg_{{ .Os }}_{{ .Arch }}

no_unique_dist_dir: true
env: &env
Expand All @@ -19,36 +19,6 @@ builds:
goarm: &goarm
- 7

- id: msg
main: cmd/msg/main.go
binary: executor_msg_{{ .Os }}_{{ .Arch }}

no_unique_dist_dir: true
env: *env
goos: *goos
goarch: *goarch
goarm: *goarm

- id: ticker
main: cmd/ticker/main.go
binary: source_ticker_{{ .Os }}_{{ .Arch }}

no_unique_dist_dir: true
env: *env
goos: *goos
goarch: *goarch
goarm: *goarm

- id: forwarder
main: cmd/forwarder/main.go
binary: source_forwarder_{{ .Os }}_{{ .Arch }}

no_unique_dist_dir: true
env: *env
goos: *goos
goarch: *goarch
goarm: *goarm

snapshot:
name_template: 'v{{ .Version }}'

Expand Down

0 comments on commit 2c141fa

Please sign in to comment.