Skip to content

Commit

Permalink
Build ARM64 Prow images in presubmits
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna committed Dec 6, 2024
1 parent c0c562d commit fbd19a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/kubernetes/test-infra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IMAGE_NAMES=prow-deck prow-cherrypicker prow-clonerefs prow-crier prow-entrypoin
VALUES_YAML_PATHS=deck.image cherrypicker.image utility_images.clonerefs crier.image utility_images.entrypoint ghproxy.image hook.image \
horologium.image utility_images.initupload prowControllerManager.image utility_images.sidecar sinker.image statusreconciler.image tide.image

LOCAL_IMAGE_TARGETS=$(foreach image,$(IMAGE_NAMES),$(image)/images/amd64)
LOCAL_IMAGE_TARGETS=$(foreach image,$(IMAGE_NAMES),$(image)/images/amd64) $(foreach image,$(IMAGE_NAMES),$(image)/images/arm64)
IMAGE_TARGETS=$(foreach image,$(IMAGE_NAMES),$(image)/images/push)


Expand Down Expand Up @@ -93,3 +93,6 @@ endef

%/images/amd64:
$(BUILDCTL)

%/images/arm64:
$(BUILDCTL)

0 comments on commit fbd19a9

Please sign in to comment.