Skip to content

Commit

Permalink
Reduce release binaries further
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jul 24, 2022
1 parent 0e109a5 commit 89773ef
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ builds:
- darwin
goarch:
- amd64
- arm
- arm64
- main: "./cmd/ssl-log-converter"
id: "ssl-log-converter"
binary: "ssl-log-converter"
Expand All @@ -25,8 +23,6 @@ builds:
- darwin
goarch:
- amd64
- arm
- arm64
- main: "./cmd/ssl-log-player"
id: "ssl-log-player"
binary: "ssl-log-player"
Expand All @@ -36,19 +32,6 @@ builds:
- darwin
goarch:
- amd64
- arm
- arm64
- main: "./cmd/ssl-log-recorder"
id: "ssl-log-recorder"
binary: "ssl-log-recorder"
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm
- arm64
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 89773ef

Please sign in to comment.