mirror of
https://github.com/selfhst/icons.git
synced 2026-04-30 13:26:18 -04:00
v3.0.0 (New icon formats, dropped legacy URL)
This commit is contained in:
10
.github/workflows/build-and-push.yml
vendored
10
.github/workflows/build-and-push.yml
vendored
@@ -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"
|
||||
Reference in New Issue
Block a user