mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
Fix Windows AMD64 build architecture
This commit is contained in:
@@ -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)" \
|
||||
|
||||
Reference in New Issue
Block a user