You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/01/31 21:43:26 UTC

[hop] branch master updated: HOP-3708: reactivate regular build

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 43fb4fa  HOP-3708: reactivate regular build
     new 4feb4b8  Merge pull request #1317 from hansva/master
43fb4fa is described below

commit 43fb4fa7c4eccc9762d13cff63d7c03af06a5890
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Mon Jan 31 22:41:06 2022 +0100

    HOP-3708: reactivate regular build
---
 Jenkinsfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 33f58f1..4b76dd2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -133,9 +133,7 @@ pipeline {
                     //TODO We may never create final/latest version using CI/CD as we need to follow manual apache release process with signing
                     sh "docker run --privileged --rm tonistiigi/binfmt --install all"
                     sh "docker buildx create --name hop --use"
-                    //sh "docker buildx build --platform linux/amd64,linux/arm64 . -f docker/Dockerfile -t ${DOCKER_REPO}:${env.POM_VERSION} -t ${DOCKER_REPO}:Development --push"
-                    //build only arm for test
-                    sh "docker buildx build --platform linux/arm64 . -f docker/Dockerfile -t ${DOCKER_REPO}:${env.POM_VERSION} -t ${DOCKER_REPO}:Development --push"
+                    sh "docker buildx build --platform linux/amd64,linux/arm64 . -f docker/Dockerfile -t ${DOCKER_REPO}:${env.POM_VERSION} -t ${DOCKER_REPO}:Development --push"
                     sh "docker buildx rm hop"
                   }
             }