Skip to content

Commit

Permalink
Add build for windows/amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
ashald committed Aug 2, 2018
1 parent 928b334 commit 428b9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,6 +1,6 @@
NAME := terraform-provider-yaml
PLATFORMS := darwin/amd64 linux/amd64
VERSION := $(shell git describe &>/dev/null && echo "_$$(git describe)")
PLATFORMS ?= darwin/amd64 linux/amd64 windows/amd64
VERSION ?= $(shell git describe &>/dev/null && echo "_$$(git describe)")

temp = $(subst /, ,$@)
os = $(word 1, $(temp))
Expand Down

0 comments on commit 428b9bd

Please sign in to comment.