Skip to content

Commit

Permalink
static build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 8, 2023
1 parent 407e63f commit c3c40a4
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 @@ -19,7 +19,7 @@ build-go:
go build ./...

bin/viam$(BINPREFIX)-$(GOOS)-$(GOARCH): ./cli/viam
go build -ldflags="-X 'go.viam.com/rdk/config.Version=$(TAG_VERSION)' -s -w" -o $@ ./$<
go build -ldflags="-X 'go.viam.com/rdk/config.Version=$(TAG_VERSION)' -s -w" -tags osusergo,netgo -o $@ ./$<

build-web: web/runtime-shared/static/control.js

Expand Down

0 comments on commit c3c40a4

Please sign in to comment.