Skip to content

Commit

Permalink
adjust makefile to link statically
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyberkovitz committed Aug 13, 2022
1 parent 6515c8b commit 3fe0aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HASHICORP_PACKER_PLUGIN_SDK_VERSION?=$(shell go list -m github.com/hashicorp/pac
.PHONY: dev

build:
@go build -o ${BINARY}
@CGO_ENABLED=0 go build -o ${BINARY}

dev: build
@mkdir -p ~/.packer.d/plugins/
Expand Down

0 comments on commit 3fe0aa3

Please sign in to comment.