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:02:32 UTC

[hop] branch master updated: HOP-3708

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 1c8fbc2  HOP-3708
     new cfbd583  Merge pull request #1316 from hansva/master
1c8fbc2 is described below

commit 1c8fbc25efcef14bdaa90b55165ae4c3f90a0b2c
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Mon Jan 31 22:00:43 2022 +0100

    HOP-3708
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 394fa51..33f58f1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -131,6 +131,7 @@ pipeline {
 
                 withDockerRegistry([ credentialsId: "dockerhub-hop", url: "" ]) {
                     //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