server icon indicating copy to clipboard operation
server copied to clipboard

Docker multiarch image

Open eternal-flame-AD opened this issue 1 year ago • 2 comments

fixes #257 . fixes #350

Simply make build-docker-multiarch and then docker run should work. I implemented building JS from docker as well but opt-in, just for people who want's to build a usable local container without having to do anything outside of docker.

Current blockers: (nevermind I had a nap and figured out how to do it)

The last step of installing runtime dependency need qemu, it's not easy to get around that unfortunately

eternal-flame-AD avatar Oct 16 '24 00:10 eternal-flame-AD

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.42%. Comparing base (58084c8) to head (c427fde). Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #703      +/-   ##
==========================================
- Coverage   80.46%   79.42%   -1.05%     
==========================================
  Files          56       56              
  Lines        2191     2639     +448     
==========================================
+ Hits         1763     2096     +333     
- Misses        337      452     +115     
  Partials       91       91              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Oct 16 '24 00:10 codecov[bot]

Here's the Docker scout cloud analysis, you should be able to reproduce it with docker scout CLI.

Sorry about the force pushes, messed up a rebase :(

image

image

eternal-flame-AD avatar Oct 16 '24 04:10 eternal-flame-AD