Skip to content

Commit

Permalink
DOCS: add CI build badge (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jun 25, 2020
1 parent 4dda323 commit 7e5d4cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://beats-ci.elastic.co/buildStatus/icon?job=Beats%2Fgolang-crossbuild-mbp%2Fmaster)](https://beats-ci.elastic.co/job/Beats/job/golang-crossbuild-mbp/job/master/)

# golang-crossbuild

golang-crossbuild is a set of Docker images containing the requisite
Expand Down Expand Up @@ -51,6 +53,13 @@ GOARM, PLATFORM_ID, CC, and CXX.
The SHA256 must be obtained from <https://golang.org/dl/.>
1. Update the versions listed in this README.md.
1. Commit the changes. `git add -u && git commit -m 'Update to Go 1.x.y'`.
1. Create a Pull Request with the description `'Update to Go 1.x.y'`.
1. When merging the PR then the automation will release those docker images.

### Manual steps

> This is not required unless the CI service is down.
1. Build the images from the project's root with `make`.
1. Get a logon token for the container registry by visiting <https://docker.elastic.co:7000>.
1. Publish the images with `make push`.

0 comments on commit 7e5d4cf

Please sign in to comment.