@@ -2,6 +2,9 @@
set -e
PROJECT=$(<.project)
NAMES=$(find cmd/* -type d | xargs -n1 basename)
if [ ! -z "$1" ]; then
NAMES="$1"
fi
for NAME in $NAMES; do
OSES=${OSS:-"linux"}
ARCHS=${ARCHS:-"amd64"}
The note is not visible to the blocked user.