Skip to content

Commit

Permalink
Merge pull request #398 from hzxuzhonghu/fix-docker-build
Browse files Browse the repository at this point in the history
Fix build docker image in github action
  • Loading branch information
kmesh-bot authored May 30, 2024
2 parents 2cc0205 + 299409e commit 7766b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kmesh_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function get_arch() {

function build_kmesh() {
local container_id=$1
docker exec $container_id git config --global --add safe.directory /kmesh
docker exec $container_id sh /kmesh/build.sh
docker exec $container_id sh /kmesh/build.sh -i
docker exec $container_id sh -c "$(declare -f copy_to_host); copy_to_host"
Expand Down

0 comments on commit 7766b16

Please sign in to comment.