Skip to content

Commit aa870e5

Browse files
committed
Reset NETWORK=none for "generic" platform
1 parent 6d45440 commit aa870e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make_image.sh

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ git_pull https://github.com/nv-legate/cunumeric.git cunumeric HEAD
8282

8383
# Build and push image
8484
if [[ "$PLATFORM" == generic-* ]]; then
85+
export NETWORK=none
8586
IMAGE=legate-"$PLATFORM"
8687
else
8788
IMAGE=legate-"$PLATFORM"-"$NETWORK"

0 commit comments

Comments
 (0)