update on Readme.md and workflow
All checks were successful
/ release-and-build (push) Successful in 1m28s

This commit is contained in:
2026-02-17 23:42:33 +01:00
parent ee8ea8afa7
commit 1169691b80
2 changed files with 1 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ jobs:
source ./cleaned_env.sh
set +a
if [ -f "Dockerfile.aarch64" ]; then ARM_STATUS="✅ Aktiv (eigenes Dockerfile)"; else ARM_STATUS="❌ Nicht unterstützt"; fi
if [ -f "Dockerfile.aarch64" ]; then ARM_STATUS="✅ Active (own Dockerfile)"; else ARM_STATUS="❌ Not supported"; fi
cat << 'EOF' > commit_msg.txt
${{ gitea.event.head_commit.message }}