Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 25, 2024
1 parent cf69426 commit f105450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.5.1

OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)
ifeq ($(OS),windows)
OUTBIN := bin/$(BIN)-$(OS)-$(ARCH).exe
BIN := $(BIN).exe
OUTBIN ?= bin/$(BIN)-$(OS)-$(ARCH).exe
BIN ?= $(BIN).exe
endif

# Directories that we need created to build/test.
Expand Down

0 comments on commit f105450

Please sign in to comment.