Skip to content

Commit

Permalink
Reset NETWORK=none for "generic" platform
Browse files Browse the repository at this point in the history
  • Loading branch information
manopapad committed Oct 24, 2022
1 parent 6d45440 commit aa870e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ git_pull https://github.com/nv-legate/cunumeric.git cunumeric HEAD

# Build and push image
if [[ "$PLATFORM" == generic-* ]]; then
export NETWORK=none
IMAGE=legate-"$PLATFORM"
else
IMAGE=legate-"$PLATFORM"-"$NETWORK"
Expand Down

0 comments on commit aa870e5

Please sign in to comment.