Silly copy pasta tabs vs spaces... 🤦

This commit is contained in:
JohnnyB
2020-03-03 13:16:45 +00:00
committed by GitHub
parent 6656dc1769
commit d4248b562f

View File

@@ -124,12 +124,12 @@ pkg/windows_amd64/nomad: $(SOURCE_FILES) ## Build Nomad for windows/amd64
-o "$@.exe"
pkg/linux_ppc64le/nomad: $(SOURCE_FILES) ## Build Nomad for linux/arm64
@echo "==> Building $@ with tags $(GO_TAGS)..."
@CGO_ENABLED=1 GOOS=linux \
go build \
-ldflags $(GO_LDFLAGS) \
-tags "$(GO_TAGS)" \
-o "$@"
@echo "==> Building $@ with tags $(GO_TAGS)..."
@CGO_ENABLED=1 GOOS=linux \
go build \
-ldflags $(GO_LDFLAGS) \
-tags "$(GO_TAGS)" \
-o "$@"
# Define package targets for each of the build targets we actually have on this system
define makePackageTarget