Skip to content

Commit

Permalink
Makefile: fix definition of PLATFORMS variable
Browse files Browse the repository at this point in the history
Otherwise the build will fail if PLATFORMS is not defined on make
invocation.

Fixes: 0ee97a0 ("Allow users to overwrite build platforms")

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Mar 20, 2024
1 parent e76a86e commit a778816
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 @@ -5,7 +5,7 @@ REGISTRIES ?= quay.io/cilium

PUSH ?= false
EXPORT ?= false
PLATFORMs ?= linux/amd64,linux/arm64
PLATFORMS ?= linux/amd64,linux/arm64

all-images: lint maker-image update-maker-image tester-image update-tester-image compilers-image update-compilers-image bpftool-image llvm-image network-perf-image

Expand Down

0 comments on commit a778816

Please sign in to comment.