Skip to content

Commit aa575a5

Browse files
committed
feat: Add arm64 support
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
1 parent 0ef24b4 commit aa575a5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ rke2_tarball_images_path: "{{ rke2_data_path }}/agent/images"
221221
# See https://docs.rke2.io/install/airgap?airgap-load-images=Manually+Deploy+Images#enable-conditional-image-imports
222222
rke2_conditional_image_imports: false
223223

224-
# Architecture to be downloaded, currently there are releases for amd64 and s390x
224+
# Architecture to be downloaded, currently there are releases for amd64, arm64 and s390x
225225
rke2_architecture: amd64
226226

227227
# Destination directory for RKE2 installation script

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ rke2_tarball_images_path: "{{ rke2_data_path }}/agent/images"
182182
# See https://docs.rke2.io/install/airgap?airgap-load-images=Manually+Deploy+Images#enable-conditional-image-imports
183183
rke2_conditional_image_imports: false
184184

185-
# Architecture to be downloaded, currently there are releases for amd64 and s390x
185+
# Architecture to be downloaded, currently there are releases for amd64, arm64 and s390x
186186
rke2_architecture: amd64
187187

188188
# Destination directory for RKE2 installation script

meta/argument_specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ argument_specs:
282282

283283
rke2_architecture:
284284
type: str
285-
choices: ["amd64", "s390x"]
285+
choices: ["amd64", "arm64", "s390x"]
286286
default: "amd64"
287287

288-
description: "Architecture to be downloaded, currently there are releases for amd64 and s390x"
288+
description: "Architecture to be downloaded, currently there are releases for amd64, arm64 and s390x"
289289

290290
rke2_install_script_dir:
291291
type: str

0 commit comments

Comments
 (0)