-
Notifications
You must be signed in to change notification settings - Fork 21
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
chore: Support arm/v7 and arm64 and migrate to GitHub Container Registry #102
Conversation
e2d0ed7
to
2e6d7db
Compare
2e6d7db
to
0c6e175
Compare
Codecov ReportBase: 63.50% // Head: 63.53% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
==========================================
+ Coverage 63.50% 63.53% +0.03%
==========================================
Files 205 205
Lines 10958 10957 -1
==========================================
+ Hits 6959 6962 +3
+ Misses 3621 3619 -2
+ Partials 378 376 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Currently on hold because this conflicts with the |
e2face6
to
7ea9a34
Compare
deb5dd8
to
be4e1de
Compare
6ae7096
to
6a432e6
Compare
This PR adds support for
linux/arm/v7
andlinux/arm64
architectures, releasing container images for multiple architectures usingdocker manifest
. Additionally, we are migrating from Docker Hub to GitHub Container Registry! 🎉Changes
./hack
scripts to usegetopts
.