Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 745 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 745 Bytes

flow-agent-x

GitHub GitHub release (latest by date) GitHub go.mod Go version

The new version agent for flow.ci

How to start

Build binary

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

make test

Build docker image

make docker

# docker image with name 'flowci/agent'