From 76f26cb7104f09379bd33ce9c19410fca5884d30 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 23 Jun 2022 19:04:54 -0400 Subject: [PATCH] Document the architecture synonyms (#113) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f436163..85ce87c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ This action sets up a Julia environment for use in actions by downloading a spec # # Supported values: x64 | x86 | aarch64 (untested) # + # Note: you can use X64, X86, and ARM64 as synonyms for x64, x86, and aarch64, respectively. + # # Default: x64 arch: ''