Skip to content

Commit

Permalink
fix build baremetal agent image (#7647)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyaoqi committed Aug 27, 2020
1 parent 3243e5a commit 5572401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/docker_push.sh
Expand Up @@ -38,6 +38,9 @@ build_bin() {
local BUILD_CC=$3
local BUILD_CGO=$4
case "$1" in
baremetal-agent)
GOOS=linux make cmd/$1
;;
climc)
docker run --rm \
-v $SRC_DIR:/root/go/src/yunion.io/x/onecloud \
Expand Down

0 comments on commit 5572401

Please sign in to comment.