You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
● Fixed.
- Pipeline From Rebuilding On Every Push.
- Mermaid Graph In ReadMe.
- Temporary Disabled Docker Cache.
- Typo In Some Contexts.
● Added.
- Dependabot Configuration For Weekly Updates.
- Dependabot Configuration For Docker.
- Force Rebuild For Security Reasons.
- Updated Docker Image To Forky-Slim.
- Updated Actions/Checkout To v7.
- Updated Runner To Ubuntu v26.04
- Updated The Cleanup Logic For Force Build.
- Updated Build Schedule At 11:50 PM UTC On Tuesdays, Thursdays & Saturdays.
- Defensive Check Inside GitHub Release To Prevent Race Condition Issues.
★ Signed-Off-By: Oliver ★
★ Co-Authored-By: Subhasish, James, Mark, Steffen ★
Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
MIT License
2
2
3
-
Copyright Copyright (c) 2026 Oliver <oliver@nanoskin.vn>
3
+
Copyright (c) 2026 Oliver <oliver@nanoskin.vn>
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Copy file name to clipboardExpand all lines: README.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ An optimized, cloud-native automation pipeline that monitors upstream releases o
11
11
12
12
***Native Multi-Architecture Compilation**: Avoids slow QEMU emulation overhead by utilizing GitHub’s native AMD64 and ARM64 runners.
13
13
***Minimalistic & Highly Portable**: Compiled exclusively against critical system dependencies (`zlib1g-dev`) to maximize static binary portability across various Linux environments.
14
-
***Robust Docker Remote Caching**: Implements `--cache-to/from type=gha` layers to guarantee subsequent code builds complete within minutes.
14
+
<!-- ❌ Delete This Block Later, When Re-Enable Caching. ❌
15
+
* **Robust Docker Remote Caching**: Implements `--cache-to/from type=gha` layers to guarantee subsequent code builds complete within minutes. -->
15
16
***Automatic Security Checksums**: Every build dynamically computes and attaches an authoritative `SHA256SUMS` verification manifest to the GitHub Release.
16
17
***Autonomous Pipeline Maintenance**: Integrated self-cleaning logic stores only the latest 4 production releases while automated keepalive protocols prevent GitHub Actions from sleeping.
17
18
@@ -20,8 +21,8 @@ An optimized, cloud-native automation pipeline that monitors upstream releases o
20
21
## ⚙️ Automated Pipeline Policies
21
22
22
23
### 🕒 Build Schedule
23
-
***Execution Interval**: Builds trigger automatically at **00:00 UTC on Tuesdays, Thursdays, and Saturdays**, as well as on manual execution via `workflow_dispatch`.
24
-
***Smart Verification**: The compiler checks upstream releases first. A compilation run triggers **only** if a brand-new upstream version of MediaInfo is detected. If no updates exist, the workflow safely exits early to save system resources.
24
+
***Execution Interval**: Builds trigger automatically every week at **11:50 PM UTC On Tuesdays, Thursdays & Saturdays**, as well as on manual execution via `workflow_dispatch`.
25
+
***Smart Verification**: The compiler checks upstream releases first. If a brand-new upstream version of `MediaInfo` is detected, a **Clean Build** is triggered. If no upstream updates exist, the workflow automatically force-rebuilds the current version to apply the latest security patches to all bundled dependencies.
25
26
26
27
### 💻 Target Architectures
27
28
This project focuses explicitly on delivering high-performance, optimized **64-bit Linux environments**.
@@ -41,19 +42,26 @@ To prevent repository bloat while maintaining quick access to stable historical
0 commit comments