Skip to content

Commit

Permalink
Merge pull request #88 from blinklabs-io/fix/ci-static-no-cgo
Browse files Browse the repository at this point in the history
fix(ci): static compile by disabling cgo
  • Loading branch information
wolf31o2 authored Sep 28, 2023
2 parents c402963 + c0902cd commit a58c133
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 @@ -31,7 +31,7 @@ test: mod-tidy
# Build our program binaries
# Depends on GO_FILES to determine when rebuild is needed
$(BINARIES): mod-tidy $(GO_FILES)
go build \
CGO_ENABLED=0 go build \
$(GO_LDFLAGS) \
-tags nodbus \
-o $(@) \
Expand Down

0 comments on commit a58c133

Please sign in to comment.