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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,11 @@ The project includes GitHub Actions workflows for automated multi-architecture D
132
132
-**Multi-architecture builds**: Automatically builds for both `linux/amd64` and `linux/arm64`
133
133
-**Matrix builds**: Builds all supported Ubuntu and Debian versions in parallel
134
134
-**Retry logic**: Robust retry mechanism for network-related build failures
135
-
-**Automated testing**: Tests both architectures after successful builds
135
+
-**Automated testing**: Tests x86_64 builds after successful multi-architecture builds
136
136
-**Scheduled builds**: Runs every 6 hours to ensure images stay up-to-date
137
137
138
+
**Note**: The workflow builds multi-architecture images (x86_64 and ARM64) but tests only the x86_64 version to avoid emulation issues. The ARM64 images are built and pushed to Docker Hub but not tested in CI due to emulation limitations on GitHub Actions runners.
139
+
138
140
### Configuration Files
139
141
140
142
-**`.github/workflows/dockerbuild.yml`**: Main CI workflow
0 commit comments