github.com/metasources/buildx@v0.0.0-20230418141019-7aa1459cedea/test/cli/test-fixtures/Makefile (about) 1 # change these if you want CI to not use previous stored cache 2 CLI_CACHE_BUSTER := "e5cdfd8" 3 4 .PHONY: cache.fingerprint 5 cache.fingerprint: 6 find image-* -type f -exec md5sum {} + | awk '{print $1}' | sort | md5sum | tee cache.fingerprint && echo "$(CLI_CACHE_BUSTER)" >> cache.fingerprint