From d637f33836a300dc30ba7c40d9460dede320749e Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Fri, 13 May 2022 16:09:26 -0700 Subject: [PATCH] update release docs to include having two ISOs --- site/content/en/docs/contrib/releasing/binaries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/content/en/docs/contrib/releasing/binaries.md b/site/content/en/docs/contrib/releasing/binaries.md index ed54e1e85a..983bcaa39d 100644 --- a/site/content/en/docs/contrib/releasing/binaries.md +++ b/site/content/en/docs/contrib/releasing/binaries.md @@ -72,7 +72,8 @@ This step uses the git tag to publish new binaries to GCS and create a GitHub re * Ensure that you are logged in (top right) * Click "▶️ Build with Parameters" (left) * `VERSION_MAJOR`, `VERSION_MINOR`, and `VERSION_BUILD` should reflect the values in your Makefile -* For `ISO_SHA256`, run: `gsutil cat gs://minikube/iso/minikube-v.iso.sha256` +* For `ISO_SHA256_AMD64`, run: `gsutil cat gs://minikube/iso/minikube-v-amd64.iso.sha256` +* For `ISO_SHA256_ARM64`, run: `gsutil cat gs://minikube/iso/minikube-v-arm64.iso.sha256` * Click *Build* ## Check the release logs