From a535bab945b7ded8788881d981abd433ff7c7e71 Mon Sep 17 00:00:00 2001 From: Craig Condit Date: Tue, 20 Feb 2024 09:24:35 -0600 Subject: [PATCH] Address review comments --- release-top-level-artifacts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-top-level-artifacts/README.md b/release-top-level-artifacts/README.md index f425087..dfbc145 100644 --- a/release-top-level-artifacts/README.md +++ b/release-top-level-artifacts/README.md @@ -106,7 +106,7 @@ Apache YuniKorn provides a convenience release with pre-built Docker images and These can be accessed via the [downloads page](https://yunikorn.apache.org/community/download) and instructions are located in the [User Guide](https://yunikorn.apache.org/docs/). -The convenience build images are multi-architecture images. Supported architectures are `amd64` and `arm64v8`. +The convenience build images are multi-architecture images. Supported architectures are `amd64` and `arm64`. ## Reproducible builds Building YuniKorn from source generates reproducible build artifacts which @@ -120,7 +120,7 @@ and generated binary artifacts with the following SHA-512 checksums: @AMD64_BINARIES@ ``` -### linux/arm64v8 +### linux/arm64 ``` @ARM64_BINARIES@ ```