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 25cbfc078 doc: adjust nightly release description
25cbfc078 is described below

commit 25cbfc078d0e710b10d5bf61e52bad0a8c787cf8
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Fri Apr 5 10:01:51 2024 +0200

    doc: adjust nightly release description
    
    Closes #5311
---
 .github/actions/release-nightly/action.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.github/actions/release-nightly/action.yml 
b/.github/actions/release-nightly/action.yml
index c43ed8959..6cc4396ea 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -125,19 +125,12 @@ runs:
         artifacts: "./camel-k-client*.tar.gz,sbom.json"
         body: |
           Apache Camel K ${{ env.VERSION }} build for testing (unstable). This 
nightly release is using
-          an **unsupported** operator image published as `${{ env.IMAGE_NAME 
}}:${{ env.VERSION }}` (default `amd64` architecture,
-          `-arm64` suffix for ARM64 architectures)
+          an **unsupported** operator image published as `${{ env.IMAGE_NAME 
}}:${{ env.VERSION }}`. The available platforms are AMD64 and ARM64.
 
           To test it, download the client for your OS and run:
           ```
           kamel install --olm=false --maven-repository=${{ 
env.MAVEN_REPOSITORY }}
           ```
-
-          To test ARM64 architecture, download the client for your OS and run:
-          ```
-          kamel install --olm=false --operator-image=${{ env.IMAGE_NAME }}:${{ 
env.VERSION }}-arm64 --maven-repository=${{ env.MAVEN_REPOSITORY }}
-          ```
-
           NOTE: last updated on ${{ env.UPD_DATE }}
         token: ${{ inputs.secretGithubToken }}
         draft: false

Reply via email to