From 283322ac24bd6d7455245787088b1a1b7bcc4ca7 Mon Sep 17 00:00:00 2001 From: Martin Gencur Date: Fri, 11 Aug 2023 14:19:13 +0200 Subject: [PATCH] Include heartbeats among test images (#310) Used by github action to build multiarch test images. The heartbeats image is used e.g. in containersource REKT tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d37280058a..2722ae65222 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CGO_ENABLED=0 GOOS=linux CORE_IMAGES=$(shell find ./cmd -name main.go ! -path "./cmd/broker/*" ! -path "./cmd/mtbroker/*" | sed 's|/main.go||') ./vendor/knative.dev/pkg/apiextensions/storageversion/cmd/migrate ./vendor/knative.dev/pkg/leaderelection/chaosduck -TEST_IMAGES=$(shell find ./test/test_images -mindepth 1 -maxdepth 1 -type d) ./vendor/knative.dev/reconciler-test/cmd/eventshub +TEST_IMAGES=$(shell find ./test/test_images -mindepth 1 -maxdepth 1 -type d) ./vendor/knative.dev/reconciler-test/cmd/eventshub ./cmd/heartbeats BRANCH= TEST= IMAGE=