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
This project uses GitHub Actions for continuous integration and deployment:
57
63
58
-
-**Tests**: Run automatically on every push and pull request
59
-
-**Docker Images**: Built and pushed to GitHub Container Registry only after tests pass
64
+
-**Tests**: Run automatically on every push and pull request on both AMD64 and ARM64 architectures
65
+
-**Docker Images**: Multi-architecture images (linux/amd64, linux/arm64) built and pushed to GitHub Container Registry only after tests pass on both architectures
60
66
-**Tagging**: Images are automatically tagged with:
61
67
- Git branch name
62
68
- Git SHA
63
-
- Semantic version tags
69
+
- Semantic version tags in format `a.b.c` (e.g., `1.0.0`, `1.0`, `1`)
0 commit comments