# flow-agent-x **Repository Path**: flow_ci/flow-agent-x ## Basic Information - **Project Name**: flow-agent-x - **Description**: flow.ci 开源 CI/CD 服务 - Agent - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-16 - **Last Updated**: 2021-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README flow-agent-x ============ ![GitHub](https://img.shields.io/github/license/flowci/flow-agent-x) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/flowci/flow-agent-x) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/flowci/flow-agent-x) The new version agent for flow.ci ## How to start - [Start from docker](https://github.com/FlowCI/docker) - For more detail, please refer [doc](https://github.com/flowci/docs) ## Build binary ```bash make build # binary will be created at ./bin/flow-agent-x-mac # binary will be created at ./bin/flow-agent-x-linux ``` ## Run Unit Test ```bash make test ``` ## Build docker image ```bash make docker # docker image with name 'flowci/agent' ```