browsh icon indicating copy to clipboard operation
browsh copied to clipboard

Docker arm(64) image

Open 2fst4u opened this issue 3 years ago • 5 comments

Any possibility of compiling an arm or arm64 image for the docker image? Ideally as a multi-arch label for ease of use.

It would be awesome because then people could run it on a raspberry pi.

2fst4u avatar Apr 10 '21 23:04 2fst4u

So we'd use one of the releases from here? https://github.com/browsh-org/browsh/releases

tombh avatar Apr 11 '21 00:04 tombh

Sure, I'm not sure what the process is to create a docker image but if it just gets rolled into the latest tag with multiple architectures then it can be pulled on any compatible architecture.

2fst4u avatar Apr 11 '21 01:04 2fst4u

Sure, ok 👍

tombh avatar Apr 11 '21 20:04 tombh

Sorry to be a massive pain, but is that a yes? Just wondering if this is in the pipeline to happen one day.

Not rushing, just curious.

2fst4u avatar May 29 '21 02:05 2fst4u

I've just not been developing Browsh enough recently for this to be trivial. The main thing is having to revisit the build system, which unlike Browsh, doesn't get used that much. I think the reality is, that until I get enough savings to be back on Browsh full time, this won't happen 😕

tombh avatar May 31 '21 15:05 tombh

Looks like I'll need to figure out github action pipelines for multi-arch to go with #460 :face_exhaling:

samveen avatar Feb 05 '23 00:02 samveen