From c2a738ab11f8841f6c70f7a3d5fca261884f3fd2 Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:03:32 +0200 Subject: [PATCH 1/2] Add buildx cache to gitignore Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1e1a7df..b892ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ vendor jsonnetfile.lock.json tmp +.buildxcache From 3313e023426c1e8a55db40c230923876b58a537f Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:04:07 +0200 Subject: [PATCH 2/2] Put back index refresh on makefile Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b26f5b7..cb7aae3 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ clean: .PHONY: container-build container-build: - # git update-index --refresh + git update-index --refresh docker buildx build \ --platform linux/amd64,linux/arm64 \ --cache-to type=local,dest=./.buildxcache/ \