Open weidi opened 1 year ago
The Dockerfile.build is now working just fine and you could probably push this to dockerhub with a github action, If you want I can prepare this
Hey, sorry for the late answer. I am quite busy at the moment.
Yes, it would be awesome if you could prepare the github action!
I am going to change the location of the jar file in https://github.com/ReverseEngineeringDE/SAIC-API-Documentation/pull/10 , since it doesn't belong into the git tree.
The jar will also be build by a github action. Currently it can be found in my fork here: https://github.com/tisoft/SAIC-API-Documentation/releases/download/latest/ismart-api-gateway-main-SNAPSHOT-full.jar
merged the PR.
Latest version is now always here: https://github.com/ReverseEngineeringDE/SAIC-API-Documentation/releases/download/latest/ismart-api-gateway-main-SNAPSHOT-full.jar
Thank you for your effort on all this. I redesigned the Dockerfile a little so there is no need to change it based on the architecture. Tested on amd64 and armv7
Trying to build it also in a container right now but failing, need to check why