From 6ea82f5979cddd8b85c87a18172383a75af058d2 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Thu, 11 Jul 2024 12:35:20 -0600 Subject: [PATCH] ci: bump make libs, include linux/arm64 platform Signed-off-by: Tyler Gillson --- Makefile | 2 +- build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6a89b206..100d09e4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CHART_NAME=validator docker-build-certs-init: ## Build validator-certs-init docker image. $(CONTAINER_TOOL) build -f hack/validator-certs-init.Dockerfile -t ${CERTS_INIT_IMG} . --platform linux/$(GOARCH) -HAUL_PLATFORMS ?= linux/amd64 darwin/arm64 +HAUL_PLATFORMS ?= linux/amd64 linux/arm64 darwin/arm64 .PHONY: haul haul: hauler ## Generate Hauls for latest release $(foreach platform,$(HAUL_PLATFORMS),\ diff --git a/build b/build index 866b77ca..00185103 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 866b77ca18f2115062f185d3c536b93075b883ff +Subproject commit 001851035b7c09e4f765eb0556ae5f802a3474dd