spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.32k stars 40.71k forks source link

Build and test for Linux/ARM64 #43156

Open odidev opened 1 week ago

odidev commented 1 week ago

Description

For aarch64 platform, I have built "Springboot" from source.

Steps

Following "STEPS (https://spring.io/quickstart)" were used for building and installing Springboot

Wget https://github.com/spring-projects/spring-boot/archive/refs/tags/v3.4.0-RC1.tar.gz 
tar xvf v3.4.0-RC1.tar.gz 
cd spring-boot-3.4.0-RC1 
./gradlew build 

Outcome

To validate that the build was successful Install the Spring Boot CLI (https://docs.spring.io/spring-boot/installing.html#getting-started.installing.cli)

wget https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-cli/3.3.4/spring-boot-cli-3.3.4-bin.zip 
sdk install springboot  
spring --version 

All this information was also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

snicoll commented 1 week ago

@odidev I am confused. Are you reporting a problem, and if so, what is it?

spring-projects-issues commented 1 day ago

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.