This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.3.x by this push:
new 6f91df02c doc: adjust nightly release description
6f91df02c is described below
commit 6f91df02cd60d99f26cc06eaa1fb31a081752ba4
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Apr 5 10:01:51 2024 +0200
doc: adjust nightly release description
Closes #5311
Closes #5596
---
.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