Skip to content

Commit

Permalink
doc: adjust nightly release description
Browse files Browse the repository at this point in the history
Closes #5311
Closes #5596
  • Loading branch information
squakez committed Jun 13, 2024
1 parent 57f2379 commit fb50a16
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/actions/release-nightly/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb50a16

Please sign in to comment.