[build]: Disable stretch slave container (#12868)

The only platforms that currently need the stretch slave container are
innovium and nephos, and both are not building with the current code due
to other issues. All other platforms only need buster and bullseye slave
containers.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
Saikrishna Arcot 2022-12-01 09:26:46 -08:00 committed by mssonicbld
parent 679f036d8e
commit e87621cdab

View File

@ -1,7 +1,7 @@
# SONiC make file
NOJESSIE ?= 1
NOSTRETCH ?= 0
NOSTRETCH ?= 1
NOBUSTER ?= 0
NOBULLSEYE ?= 0