Skip to content

Commit

Permalink
test(container-structure): don't run kuma-init test (#6677)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont authored May 4, 2023
1 parent 2ddee39 commit 2ea0dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/test-container-structure.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ endef
$(foreach goarch,$(SUPPORTED_GOARCHES),$(foreach image,$(IMAGES_RELEASE),$(eval $(call TEST_CONTAINER_STRUCTURES,$(image),$(goarch)))))

.PHONY: test/container-structure
test/container-structure: $(patsubst %,test/container-structure/%,$(ALL_RELEASE_WITH_ARCH))
test/container-structure: $(patsubst %,test/container-structure/%,$(filter-out $(foreach goarch,$(SUPPORTED_GOARCHES),%kuma-init/$(goarch)),$(ALL_RELEASE_WITH_ARCH)))

0 comments on commit 2ea0dbd

Please sign in to comment.