diff --git a/scripts/test-infra/build-image-cross.sh b/scripts/test-infra/build-image-cross.sh new file mode 100755 index 000000000..5ec84783d --- /dev/null +++ b/scripts/test-infra/build-image-cross.sh @@ -0,0 +1,4 @@ +#!/bin/bash -e + +# cross build +make image-all diff --git a/scripts/test-infra/build-image.sh b/scripts/test-infra/build-image.sh index a1d9bf187..cf47b919e 100755 --- a/scripts/test-infra/build-image.sh +++ b/scripts/test-infra/build-image.sh @@ -2,6 +2,3 @@ # local build make image - -# cross build -make image-all