Skip to content

Commit

Permalink
🐛 Fix
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Nov 1, 2024
1 parent e233512 commit f117d00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.d/helm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ $(ROOTDIR)/charts/vald-benchmark-operator/values.schema.json: \
.PHONY: yq/install
## install yq
yq/install: $(BINDIR)/yq

$(BINDIR)/yq:
mkdir -p $(BINDIR)
$(eval DARCH := $(subst aarch64,arm64,$(ARCH)))
cd $(TEMP_DIR) \
Expand Down

0 comments on commit f117d00

Please sign in to comment.