From a0fba2357fcae8f4c314db159e7da8af36b6a683 Mon Sep 17 00:00:00 2001 From: Rafael Peria de Sene Date: Fri, 15 Jun 2018 13:20:21 -0300 Subject: [PATCH] Update README.md Add a badge to indicate the supported platform. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884f775..3569524 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # alpine-pkg-glibc -[![CircleCI](https://img.shields.io/circleci/project/sgerrand/alpine-pkg-glibc/master.svg)](https://circleci.com/gh/sgerrand/alpine-pkg-glibc) +[![CircleCI](https://img.shields.io/circleci/project/sgerrand/alpine-pkg-glibc/master.svg)](https://circleci.com/gh/sgerrand/alpine-pkg-glibc) ![x86_64](https://img.shields.io/badge/x86__64-supported-brightgreen.svg) This is the GNU C library as a Alpine Linux package to run binaries linked against `glibc`. This package utilizes a custom built glibc binary based on the vanilla glibc source. Built binary artifacts come from https://github.com/sgerrand/docker-glibc-builder.