mirror of https://github.com/containers/podman.git
Lint before windows-cross build
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
d44bafc3c4
commit
defbf42376
|
@ -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*)
|
||||||
|
|
Loading…
Reference in New Issue