Skip to content

Commit

Permalink
Release v2.4.5 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwinsExpertise authored Jun 7, 2022
1 parent a4047e3 commit e6208f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,18 @@ lint:
clean:
rm -rf dist $(BINARY)

build-binary:
go install
@go build -o ${BINARY}
mkdir -p $(PLUGIN_DIR)
cp -f $(GOBIN)/$(BINARY) $(PLUGIN_DIR)/$(BINARY)

install-packer-sdc: ## Install packer sofware development command
@go install github.com/hashicorp/packer-plugin-sdk/cmd/packer-sdc@${HASHICORP_PACKER_PLUGIN_SDK_VERSION}

ci-release-docs: install-packer-sdc
@packer-sdc renderdocs -src docs -partials docs-partials/ -dst docs/
@/bin/sh -c "[ -d docs ] && zip -r docs.zip docs/"

plugin-check: install-packer-sdc install
plugin-check: install-packer-sdc build-binary
@packer-sdc plugin-check ${BINARY}

0 comments on commit e6208f6

Please sign in to comment.