From 9e4adfff7a02b6332d24b76989cf4f8937ca74f1 Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Wed, 27 Mar 2024 06:15:05 +0000 Subject: [PATCH] doc: update readme for arm64 Signed-off-by: Nianyu Shen --- Earthfile | 2 +- README.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 0b670bf..8f7ef3a 100644 --- a/Earthfile +++ b/Earthfile @@ -62,7 +62,7 @@ ELSE IF [ "$OS_DISTRIBUTION" = "rhel" ] || [ "$OS_DISTRIBUTION" = "sles" ] ARG BASE_IMAGE END -IF [[ "$BASE_IMAGE" =~ "ubuntu-20-lts-arm-nvidia-jetson-agx-orin" ]] +IF [[ "$BASE_IMAGE" =~ "20.04-arm64-nvidia-jetson-agx-orin" ]] ARG IS_JETSON=true END diff --git a/README.md b/README.md index e8b6b5d..85c8853 100644 --- a/README.md +++ b/README.md @@ -224,3 +224,14 @@ docker push ttl.sh/ubuntu:k3s-1.25.2-v4.2.3-demo ### How-Tos * [Building Edge Native Artifacts]([https://docs.spectrocloud.com/clusters/edge/edgeforge-workflow/palette-canvos](https://deploy-preview-1318--docs-spectrocloud.netlify.app/clusters/edge/edgeforge-workflow/palette-canvos)) + + +### Building ARM64 Artifacts for Nvidia Jetson devices +1. Your .arg file should contain these values +``` +BASE_IMAGE=quay.io/kairos/ubuntu:20.04-core-arm64-nvidia-jetson-agx-orin-v2.4.3 +ARCH=arm64 +platform=linux/arm64 +``` + +2. ./earthly.sh +build-all-images \ No newline at end of file