diff options
author | Adin Scannell <ascannell@google.com> | 2021-01-05 12:38:12 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-05 12:40:22 -0800 |
commit | 33d59811fc4882a1fffeb7452be7a370fb769ddf (patch) | |
tree | 122f1211954498c903428580782500abc6b3d88e | |
parent | 2a5d3c248fbccfd1f711d027d70ba855625f22f3 (diff) |
Change the build badge to point to BuildKite.
PiperOrigin-RevId: 350197814
-rw-r--r-- | .github/workflows/build.yml | 3 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab0bf9cb5..270aaf034 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,6 @@ # posts them to GitHub, if applicable. This leverages the fact that the # workflow token has appropriate permissions to do so, and attempts to # leverage the GitHub workflow caches. -# -# This workflow also generates the build badge that is referred to by -# the main README. name: "Build" "on": push: @@ -1,6 +1,6 @@ ![gVisor](g3doc/logo.png) -![](https://github.com/google/gvisor/workflows/Build/badge.svg) +[![Build status](https://badge.buildkite.com/3b159f20b9830461a71112566c4171c0bdfd2f980a8e4c0ae6.svg?branch=master)](https://buildkite.com/gvisor/pipeline) [![gVisor chat](https://badges.gitter.im/gvisor/community.png)](https://gitter.im/gvisor/community) [![code search](https://img.shields.io/badge/code-search-blue)](https://cs.opensource.google/gvisor/gvisor) |