Skip to content

Commit

Permalink
Fix sonic-slave-buster/sources.list.amd64 not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Apr 10, 2023
1 parent 82e9a4c commit a5033aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_docker_buildinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ -z "$DISTRO" ]; then
fi
fi

if [[ "$IMAGENAME" == docker-base-* ]] || [[ "$IMAGENAME" == docker-ptf ]]; then
if [[ "$IMAGENAME" == sonic-slave-* ]] || [[ "$IMAGENAME" == docker-base-* ]] || [[ "$IMAGENAME" == docker-ptf ]]; then
scripts/build_mirror_config.sh ${DOCKERFILE_PATH} $ARCH $DISTRO
fi

Expand Down

0 comments on commit a5033aa

Please sign in to comment.