-
Notifications
You must be signed in to change notification settings - Fork 25
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
Added ARM to docker image #27
base: master
Are you sure you want to change the base?
Conversation
As I say in the issue, I need a way to test the ARM image before I release it. Either include an automated test for the image, or include (a link to) instructions on how I can emulate ARM locally Also, I think this is a duplicate of #24 |
63d63c0
to
ad115c4
Compare
ad115c4
to
a518db6
Compare
Hi @EpicWink |
I mean image integration test (make sure the server runs, and pip can install a package), not image creation. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #27 +/- ##
=======================================
Coverage 88.63% 88.63%
=======================================
Files 3 3
Lines 651 651
=======================================
Hits 577 577
Misses 74 74 ☔ View full report in Codecov by Sentry. |
I can't get CI to work: https://github.com/EpicWink/proxpi/actions/runs/5180236563 |
Does #45 meet your needs? |
Added ARM build for Docker images.
Issue: #26