Skip to content

Commit 129c9a6

Browse files
authored
fix(build): Windows builds has no .exe extension (#21)
Windows builds are failing with error: 'Ignoring plugin match D:\a\packer-plugin-upcloud\packer-plugin-upcloud\builder\upcloud\packer-plugin-upcloud, no exe extension' This was caused by latest change in make build
1 parent 24c95fb commit 129c9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lint:
2525
golint .
2626

2727
build:
28-
go build -v -o $(BINARY)
28+
go build -v
2929

3030
install: build
3131
@mkdir -p ~/.packer.d/plugins

0 commit comments

Comments
 (0)