Skip to content

Commit

Permalink
Fix Windows AMD64 build architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Sep 6, 2017
1 parent 2811321 commit 3e34a23
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 @@ -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)" \
Expand Down

0 comments on commit 3e34a23

Please sign in to comment.