Skip to content

Commit

Permalink
use default GOOS and GOARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Sep 22, 2024
1 parent ee8fe41 commit eabfcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TOXICMD:=docker compose exec toxiproxy /go/bin/toxiproxy-cli
.PHONY: phony

build: phony
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags \
CGO_ENABLED=0 go build -ldflags \
"-s -w -X main.version=$(VERSION)" -o ./bin/rabtap ./cmd/rabtap
wasm-build: phony
CGO_ENABLED=1 GOOS=wasip1 GOARCH=wasm go build -o ./bin/rabtap-wasm ./cmd/rabtap
Expand Down

0 comments on commit eabfcf0

Please sign in to comment.