Gradle
Run gradle commands using docker
docker run --rm -v "$(pwd)":/home/gradle/project -w /home/gradle/project public.ecr.aws/docker/library/gradle:jdk17-jammy gradle dependencyUpdates
Completely build trino
./mvnw clean install -DskipTests -Dair.check.skip-all=true
./mvnw clean install -pl plugin/trino-hudi -Dmaven.test.skip=true -Dair.check.skip-all=true
build trino docker image
have to do this after the above cmd
./core/docker/build.sh -a arm64