spring-cloud-openfeign icon indicating copy to clipboard operation
spring-cloud-openfeign copied to clipboard

Build and test for Linux/ARM64

Open odidev opened this issue 1 year ago • 0 comments
trafficstars

Description

For aarch64 platform, I have built "Spring-Cloud-Openfeign" from source.

Steps

Following STEPS were used for the building and installation:

$ git clone https://github.com/spring-cloud/spring-cloud-openfeign.git && cd spring-cloud-openfeign 

$ git checkout v2.0.0.M1 

$ Install JDK and setup JAVA_HOME. 

$ ./mvnw install 

Outcome

Maven build, test and install is successful.

All this information is also added to Software Ecosystem Dashboard for Arm.

odidev avatar Oct 17 '24 06:10 odidev