Fix Windows AMD64 build architecture

This commit is contained in:
Alex Dadgar
2017-09-05 17:23:21 -07:00
committed by GitHub
parent 281132110d
commit 3e34a230a0

View File

@@ -96,7 +96,7 @@ pkg/windows_386/nomad: $(SOURCE_FILES) ## Build Nomad for windows/386
pkg/windows_amd64/nomad: $(SOURCE_FILES) ## Build Nomad for windows/amd64
@echo "==> Building $@..."
@CGO_ENABLED=1 GOOS=windows GOARCH=386 \
@CGO_ENABLED=1 GOOS=windows GOARCH=amd64 \
go build \
-ldflags $(GO_LDFLAGS) \
-tags "$(GO_TAGS)" \