images: don't build unused images

Runtime and gpu tests are running on x86_64 only.

PiperOrigin-RevId: 613771002
This commit is contained in:
Andrei Vagin
2024-03-07 18:40:14 -08:00
committed by gVisor bot
parent 46e0716221
commit b27d4b5834
9 changed files with 2 additions and 2 deletions
@@ -17,4 +17,4 @@ RUN tar -zxf php-${VERSION}.tar.gz
WORKDIR /root/php-${VERSION}
RUN ./configure
RUN make
RUN make -j $(nproc)
@@ -18,4 +18,4 @@ RUN tar -zxf cpython-${VERSION}.tar.gz
WORKDIR /root/cpython-${VERSION}
RUN ./configure --with-pydebug
RUN make -s -j2
RUN make -s -j $(nproc)