-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support Linux in ARM64 & Improvement for CI #282
Conversation
Codecov Report
@@ Coverage Diff @@
## main #282 +/- ##
==========================================
+ Coverage 71.19% 71.53% +0.33%
==========================================
Files 78 79 +1
Lines 4180 4222 +42
==========================================
+ Hits 2976 3020 +44
+ Misses 942 932 -10
- Partials 262 270 +8
Continue to review full report at Codecov.
|
2759bb5
to
81eaf9a
Compare
4bce1de
to
78c506c
Compare
runs-on: ubuntu-latest | ||
services: | ||
postgres: | ||
image: postgres:13-alpine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the lastest stable postgres version is 14, should we upgrade the tests?
feat: Add support Linux in ARM64
Signed-off-by: jdupas22 <106673437+jdupas22@users.noreply.github.com>
Signed-off-by: jdupas22 <106673437+jdupas22@users.noreply.github.com>
Signed-off-by: jdupas22 <106673437+jdupas22@users.noreply.github.com>
Add support Linux in ARM64
Type of change
What parts of the code are impacted ?
Build process.
Checklist: