diff --git a/.github/workflows/docker-image.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/docker-image.yml rename to .github/workflows/ci.yml index a88a802..c771954 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Docker Image CI +name: CI on: push: diff --git a/README.md b/README.md index 3307a91..4967a56 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# TagLib statically cross-compiled \ No newline at end of file +# TagLib statically cross-compiled + +[![Last Release](https://img.shields.io/github/v/release/navidrome/cross-taglib?logo=github&label=latest&style=flat-square)](https://github.com/navidrome/cross-taglib/releases) +![Build](https://img.shields.io/github/actions/workflow/status/navidrome/cross-taglib/ci.yml?branch=main&logo=github&style=flat-square) +[![TagLib](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnavidrome%2Fcross-taglib%2Fmaster%2F.versions&query=%24.TAGLIB_VERSION&label=TagLib&color=brightgreen)](https://github.com/taglib/taglib/releases) + +This repository contains a Dockerfile to build a statically cross-compiled version of [TagLib](https://taglib.org) for +multiple platforms. \ No newline at end of file