docker-archiva icon indicating copy to clipboard operation
docker-archiva copied to clipboard

Add support for ARM 64

Open tuzzmaniandevil opened this issue 4 years ago • 2 comments

Describe the solution you'd like Support for Raspberry PI's, I'm using a Pi 4 running the 64-bit OS, Support for ARM 64 would allow me to run this on my Pi Cluster. Java 8 is already support as you can see Here

Describe alternatives you've considered I used to run this image on a standard PC until the motherboard died to thought I would try out a Pi Cluster instead.

tuzzmaniandevil avatar Sep 20 '21 04:09 tuzzmaniandevil

:wave: - Hello!

That's a fun one. I haven't setup ARM images before, but it's certainly do-able with the infrastructure out there. I'll look into it!

tkent avatar Sep 22 '21 05:09 tkent

I would be glad having an arm64 docker image, too.

I've done such thing already here maybe you can copy it... https://github.com/pietmacom/cups2mqtt/tree/main/.github/workflows

For other Platforms you only have to specify them.

platforms: linux/arm/v7,linux/amd64,linux/arm64

mpietruschka avatar Jul 25 '23 16:07 mpietruschka