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

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


The following commit(s) were added to refs/heads/main by this push:
     new 351bcdc  feat: add links to ARM64 Camel K downloads
351bcdc is described below

commit 351bcdcdbe9284cf39f0a3134cc5feac04725e6e
Author: Zoran Regvart <[email protected]>
AuthorDate: Fri Feb 25 16:57:47 2022 +0100

    feat: add links to ARM64 Camel K downloads
    
    Note that this results in broken links for versions < 1.6.1.
    
    Fixes #788
---
 data/release-categories.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/data/release-categories.yaml b/data/release-categories.yaml
index 6330dd0..460045d 100644
--- a/data/release-categories.yaml
+++ b/data/release-categories.yaml
@@ -50,6 +50,9 @@ camel-k:
     - name: 'MacOS (x86) 64bit binary'
       path_format: 
'camel/camel-k/{version}/camel-k-client-{version}-mac-64bit.tar.gz'
       filename_format: 'camel-k-client-{version}-mac-64bit.tar.gz'
+    - name: 'MacOS (ARM64) 64bit binary'
+      path_format: 
'camel/camel-k/{version}/camel-k-client-{version}-mac-arm64bit.tar.gz'
+      filename_format: 'camel-k-client-{version}-mac-arm64bit.tar.gz'
     - name: 'Windows 64bit binary'
       path_format: 
'camel/camel-k/{version}/camel-k-client-{version}-windows-64bit.tar.gz'
       filename_format: 'camel-k-client-{version}-windows-64bit.tar.gz'

Reply via email to