From 5670e2401b706bf96aa179fe02cbad4a6dd45b4f Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Fri, 28 Feb 2020 15:21:59 +0800 Subject: [PATCH] build: github: build host with docker-alpine-build --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index dad7c8b46a..0a4f3eba0a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -29,17 +29,16 @@ jobs: - name: Build run: | sudo apt-get update - sudo apt-get install librados-dev librbd-dev make cmd/apigateway cmd/climc cmd/keystone make cmd/logger cmd/region cmd/scheduler cmd/webconsole make cmd/yunionconf cmd/glance cmd/torrent cmd/s3gateway make cmd/ansibleserver cmd/cloudnet cmd/notify - make cmd/host && ./scripts/bundle_libraries.sh _output/bin/bundles/host _output/bin/host && ./scripts/host_find_libraries.sh _output/bin/bundles/host make cmd/host-deployer && ./scripts/bundle_libraries.sh _output/bin/bundles/host-deployer _output/bin/host-deployer make cmd/baremetal-agent && ./scripts/bundle_libraries.sh _output/bin/bundles/baremetal-agent _output/bin/baremetal-agent make cmd/cloudevent cmd/devtool make cmd/*cli make cmd/esxi-agent + make docker-alpine-build F=cmd/host - name: Image baremetal-agent uses: elgohr/Publish-Docker-Github-Action@master