This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new a748a6e52 [HotFix] Add paimon and hudi dependency in docker (#3573)
a748a6e52 is described below
commit a748a6e52b1c7a82b0f6a422624dfdc4317e16a1
Author: liujinhui <[email protected]>
AuthorDate: Mon May 19 17:53:31 2025 +0800
[HotFix] Add paimon and hudi dependency in docker (#3573)
add paimon and hudi dependency in docker
---
.github/workflows/docker-images.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docker-images.yml
b/.github/workflows/docker-images.yml
index 3bb7158db..fa0bd9f5a 100644
--- a/.github/workflows/docker-images.yml
+++ b/.github/workflows/docker-images.yml
@@ -86,7 +86,7 @@ jobs:
echo "MVN_HADOOP=-Phadoop2" >> $GITHUB_ENV
- name: Build dist module with Maven
- run: mvn clean package -pl 'dist' -am -e ${MVN_HADOOP} -DskipTests -B
-ntp
+ run: mvn clean package -pl 'dist' -am -e ${MVN_HADOOP} -DskipTests -B
-ntp -Psupport-all-formats
- name: Build and Push Amoro Docker Image
uses: docker/build-push-action@v4