You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/12 07:33:54 UTC

[camel-k] branch main updated: chore(ci): echo some message

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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 532296747 chore(ci): echo some message
532296747 is described below

commit 53229674711456580a54fc5b69b795c59e43e768
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Jul 12 09:33:48 2023 +0200

    chore(ci): echo some message
---
 script/cross_compile.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/script/cross_compile.sh b/script/cross_compile.sh
index 4dcbf0e98..b8c0860ca 100755
--- a/script/cross_compile.sh
+++ b/script/cross_compile.sh
@@ -38,6 +38,8 @@ cross_compile () {
 	export GOARCH=$3
 	export CGO_ENABLED=0
 
+	echo "####### Compiling for $GOOS operating system on $GOARCH architecture..."
+
 	if [ "${GOOS}" == "windows" ]; then
 		extension=".exe"
 	fi