We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5d039 commit 9fdb50eCopy full SHA for 9fdb50e
1 file changed
Makefile
@@ -180,13 +180,6 @@ build-darwin-amd:
180
echo ${VERSION}
181
GOOS=darwin GOARCH=amd64 go build -o brev -ldflags "-X github.com/brevdev/brev-cli/pkg/cmd/version.Version=${VERSION}"
182
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
-
190
.PHONY: setup-workspace-repo
191
setup-workspace-repo: build-linux-amd
192
make setup-workspace setup_param_path=assets/test_setup_v0_repo.json
0 commit comments