From d6ea6233d7ccaa364d87c0c916e5fb3a4c330b48 Mon Sep 17 00:00:00 2001 From: Mathias Beaulieu-Duncan Date: Tue, 3 Feb 2026 03:48:44 -0500 Subject: [PATCH] Make arch badges clickable to Docker Hub tags page Co-Authored-By: Claude Opus 4.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 061c61a..8560d1c 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Lightweight Flutter SDK images for CI/CD pipelines. Built on [Wolfi](https://wol | Variant | Use Case | Size | Arch | |---------|----------|------|------| -| web-3.38.9 | Web/WASM builds | size | ![amd64](https://img.shields.io/badge/amd64-orange)   ![arm64](https://img.shields.io/badge/arm64-2e7d32) | -| android-3.38.9 | Android APK/AAB builds | size | ![amd64](https://img.shields.io/badge/amd64-orange)   ![arm64](https://img.shields.io/badge/arm64-2e7d32) | -| linux-3.38.9 | Linux desktop builds | size | ![amd64](https://img.shields.io/badge/amd64-orange)   ![arm64](https://img.shields.io/badge/arm64-2e7d32) | +| web-3.38.9 | Web/WASM builds | size | amd64   arm64 | +| android-3.38.9 | Android APK/AAB builds | size | amd64   arm64 | +| linux-3.38.9 | Linux desktop builds | size | amd64   arm64 | ## Why Wolfi?