Skip to content

Commit

Permalink
update .goreleaser files from package update
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Dec 21, 2023
1 parent 9e34f03 commit c07aeec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-client-only-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before:
builds:
-
id: "ssh3"
main: ./cli/client/main.go
main: ./cmd/ssh3/main.go
binary: ssh3
goos:
- linux
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before:
builds:
-
id: "ssh3"
main: ./cli/client/main.go
main: ./cmd/ssh3/main.go
binary: ssh3
env:
- CGO_ENABLED=1
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before:
builds:
-
id: "ssh3"
main: ./cli/client/main.go
main: ./cmd/ssh3/main.go
binary: ssh3
goos:
- linux
Expand All @@ -31,7 +31,7 @@ builds:
- feature
-
id: "ssh3-server"
main: ./cli/server/main.go
main: ./cmd/ssh3-server/main.go
binary: ssh3-server
env:
- CGO_ENABLED=1
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before:
builds:
-
id: "ssh3"
main: ./cli/client/main.go
main: ./cmd/ssh3/main.go
binary: ssh3
goos:
- linux
Expand All @@ -31,7 +31,7 @@ builds:
- feature
-
id: "ssh3-server"
main: ./cli/server/main.go
main: ./cmd/ssh3-server/main.go
binary: ssh3-server
env:
- CC=/tmp/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
Expand Down

0 comments on commit c07aeec

Please sign in to comment.