diff --git a/.gitignore b/.gitignore index 1e1a7df..b892ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ vendor jsonnetfile.lock.json tmp +.buildxcache 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/ \