From f2d2bd817f12244d1c9f940b7524127e1ab6b63b Mon Sep 17 00:00:00 2001 From: Ryan Mast Date: Fri, 10 May 2024 12:17:48 -0700 Subject: [PATCH] Update build status badges for Cirrus CI to show status of specific task --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37f0bfd9..e4240383 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ auto addrs_all = gmlc::netif::getInterfaceAddressesAll(); // Get all addresses ( | OS | CPU Arch | Status | | -------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | -| FreeBSD | x86_64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg)](https://cirrus-ci.com/github/GMLC-TDC/netif) | -| Linux (Alpine) | AArch64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg)](https://cirrus-ci.com/github/GMLC-TDC/netif) | +| FreeBSD | x86_64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg?task=freebsd)](https://cirrus-ci.com/github/GMLC-TDC/netif) | +| Linux (Alpine) | AArch64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg?task=arm64)](https://cirrus-ci.com/github/GMLC-TDC/netif) | | Linux (Ubuntu) | x86_64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) | | macOS | ARM64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) | | Windows 10 | x86_64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |