Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mondragonfx committed Nov 4, 2024
1 parent d1df258 commit d06641b
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 @@ -12,7 +12,7 @@ build:
.PHONY: build-linux
build-linux:
@echo "building vultr ccm for linux"
GOOS=linux GOARCH=amd64 GCO_ENABLED=0 go build -trimpath -o dist/vultr-cloud-controller-manager .
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -o dist/vultr-cloud-controller-manager .

.PHONY: docker-build
docker-build:
Expand Down

0 comments on commit d06641b

Please sign in to comment.