Skip to content

Commit

Permalink
fix permission error
Browse files Browse the repository at this point in the history
Signed-off-by: 923048992@qq.com <923048992@qq.com>
  • Loading branch information
Okabe-Rintarou-0 committed Jul 16, 2024
1 parent 65fb667 commit 384a6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/gen_protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ else
docker run --rm \
-v $ROOT_DIR:/kmesh \
--name kmesh-build \
--user $(id -u):$(id -g) \
ghcr.io/kmesh-net/kmesh-build-${arch}:latest \
sh -c "cd /kmesh/api && protoc-c --proto_path=$PROTO_PATH --c_out=. $PROTO_SRC"
fi
Expand Down

0 comments on commit 384a6a8

Please sign in to comment.