Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 authored Apr 30, 2021
1 parent 9d00e2b commit b13d2b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before:

builds:
- binary: interactsh-client
id: interactsh-client
main: cmd/interactsh-client/main.go
goos:
- linux
Expand All @@ -15,6 +16,7 @@ builds:
- arm
- arm64
- binary: interactsh-server
id: interactsh-server
main: cmd/interactsh-server/main.go
goos:
- linux
Expand All @@ -33,4 +35,4 @@ archives:
darwin: macOS
format_overrides:
- goos: windows
format: zip
format: zip

0 comments on commit b13d2b2

Please sign in to comment.