This commit is contained in:
@@ -178,7 +178,7 @@ jobs:
|
||||
source ./cleaned_env.sh
|
||||
set +a
|
||||
|
||||
if [ -f "Dockerfile.aarch64" ]; then ARM_STATUS="✅ Active (own Dockerfile)"; else ARM_STATUS="❌ Not supported"; fi
|
||||
if [ -f "Dockerfile.aarch64" ]; then ARM_STATUS="✅ Active"; else ARM_STATUS="❌ Not supported"; fi
|
||||
|
||||
cat << 'EOF' > commit_msg.txt
|
||||
${{ gitea.event.head_commit.message }}
|
||||
|
||||
Reference in New Issue
Block a user