Skip to content

Commit 9fdb50e

Browse files
committed
revert makefile
1 parent 0d5d039 commit 9fdb50e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,6 @@ build-darwin-amd:
180180
echo ${VERSION}
181181
GOOS=darwin GOARCH=amd64 go build -o brev -ldflags "-X github.com/brevdev/brev-cli/pkg/cmd/version.Version=${VERSION}"
182182

183-
.PHONY: build-linux
184-
build-linux:
185-
$(call print-target)
186-
echo ${VERSION}
187-
GOOS=linux GOARCH=amd64 go build -o brev_linux_amd64 -ldflags "-X github.com/brevdev/brev-cli/pkg/cmd/version.Version=${VERSION}"
188-
GOOS=linux GOARCH=arm64 go build -o brev_linux_arm64 -ldflags "-X github.com/brevdev/brev-cli/pkg/cmd/version.Version=${VERSION}"
189-
190183
.PHONY: setup-workspace-repo
191184
setup-workspace-repo: build-linux-amd
192185
make setup-workspace setup_param_path=assets/test_setup_v0_repo.json

0 commit comments

Comments
 (0)