plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.6k stars 463 forks source link

Added support for arm64 #212

Closed devantler closed 2 years ago

devantler commented 2 years ago

closes #158, closes #113 I tested that this worked on my home cluster.

I used the Jetty image behind a reverse proxy and built my .puml files with VScode pointing to the server.

Could you please add official support, as this is an easy fix?

EDIT: Untill then this image works for arm64: devantler/plantuml-server:jetty

devantler commented 2 years ago

If this has interest a bake-definition could also be added, so you can easily manage supported architectures. See https://github.com/docker/metadata-action#bake-definition

stevehipwell commented 2 years ago

@arnaudroques do you have an idea when you're going to be releasing the next PlantUML version so this action will run?