From 63c638541088309b684924f4bc1c4b1a0456aad7 Mon Sep 17 00:00:00 2001 From: Mathias Beaulieu-Duncan Date: Tue, 3 Feb 2026 03:46:59 -0500 Subject: [PATCH] Add colored arch badges: amd64 orange, arm64 green 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 3acfe28..49ac4b7 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` `arm64` | -| android-3.38.9 | Android APK/AAB builds | size | `amd64` `arm64` | -| linux-3.38.9 | Linux desktop builds | size | `amd64` `arm64` | +| web-3.38.9 | Web/WASM builds | size | ![amd64](https://img.shields.io/badge/amd64-orange) ![arm64](https://img.shields.io/badge/arm64-green) | +| android-3.38.9 | Android APK/AAB builds | size | ![amd64](https://img.shields.io/badge/amd64-orange) ![arm64](https://img.shields.io/badge/arm64-green) | +| linux-3.38.9 | Linux desktop builds | size | ![amd64](https://img.shields.io/badge/amd64-orange) ![arm64](https://img.shields.io/badge/arm64-green) | ## Why Wolfi?