v3.0.0 (New icon formats, dropped legacy URL)

This commit is contained in:
selfhst-bot
2026-01-03 07:00:06 -05:00
parent 16c7e97709
commit 986dcb1fac
7 changed files with 42 additions and 94 deletions

View File

@@ -88,10 +88,10 @@ jobs:
- name: Output image info
run: |
echo "🐳 Images built and pushed:"
echo "Images built and pushed:"
echo "${{ steps.meta.outputs.tags }}" | sed 's/^/ - /'
echo ""
echo "🏗️ Supported architectures:"
echo " - linux/amd64 (Intel/AMD x86_64)"
echo " - linux/arm64 (ARM 64-bit, Apple M1, Raspberry Pi 4)"
echo " - linux/arm/v7 (ARM 32-bit, Raspberry Pi 2/3)"
echo "Supported architectures:"
echo " - linux/amd64"
echo " - linux/arm64"
echo " - linux/arm/v7"