Lint before windows-cross build

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2024-01-30 10:41:46 -05:00
parent d44bafc3c4
commit defbf42376

View File

@ -281,6 +281,7 @@ function _run_altbuild() {
rm -rf $context_dir rm -rf $context_dir
;; ;;
*Windows*) *Windows*)
showrun make lint GOOS=windows
showrun make podman-remote-release-windows_amd64.zip showrun make podman-remote-release-windows_amd64.zip
;; ;;
*RPM*) *RPM*)