xetus-oss / docker-archiva

A docker image for Apache Archiva
Apache License 2.0
55 stars 33 forks source link

Add support for ARM 64 #31

Open tuzzmaniandevil opened 3 years ago

tuzzmaniandevil commented 3 years ago

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.

tkent commented 3 years ago

: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!

mpietruschka commented 1 year ago

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