From 109759419d2035d000ec9f4257fe67cd7514cb66 Mon Sep 17 00:00:00 2001 From: ArkaSaha30 Date: Tue, 28 May 2024 12:12:02 +0530 Subject: [PATCH] Add multiarch build support for etcd This commit will add support for building multiarch etcd as a part of `pull-etcd-build` using `make build-all`. Signed-off-by: ArkaSaha30 --- config/jobs/etcd/etcd-presubmits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jobs/etcd/etcd-presubmits.yaml b/config/jobs/etcd/etcd-presubmits.yaml index d723550cf47d..5f46516400bc 100644 --- a/config/jobs/etcd/etcd-presubmits.yaml +++ b/config/jobs/etcd/etcd-presubmits.yaml @@ -16,7 +16,7 @@ presubmits: - runner.sh args: - make - - build + - build-all resources: requests: cpu: "4"