Skip to content

Commit

Permalink
Fix assignment of non-empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Aug 20, 2024
1 parent cd17041 commit bd0a8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BUILD_DATE ?= $(shell date -u +"%Y-%m-%dT%TZ")

IMAGE_REGISTRY ?= $(shell cat build/package/image/IMAGE_REGISTRY)
IMAGE_TAG ?= $(VERSION)
IMAGE_PLATFORMS ?= "" # by default only ${OS}/${ARCH} is built
IMAGE_PLATFORMS ?= # by default only ${OS}/${ARCH} is built
BUILDX_OUTPUT ?= "--load"

TESTENV_K8S_VERSION ?= 1.30.2
Expand Down

0 comments on commit bd0a8f9

Please sign in to comment.