mirror of
https://github.com/containers/buildah.git
synced 2025-04-18 07:04:05 +03:00
The current list of sources doesn't list vendor sources and some other .go files, requiring manual modifications to the Makefile to build binaries. This change uses `find` (from Podman's Makefile) to detect .go files across the repo. Removes the validation script since we're no longer specifying sources manually. And removes explicit *.go files as binary sources. Signed-off-by: Danish Prakash <contact@danishpraka.sh>