From e2ab1c383646cf01240677290e926946f490acf1 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Mon, 17 Feb 2025 13:31:48 -0600 Subject: [PATCH] Update changes with more details on Linux ARM support --- Changes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index a230cf5..febe7ff 100644 --- a/Changes.md +++ b/Changes.md @@ -1,8 +1,10 @@ ## 1.0.3 - 2025-02-17 -- Fixed a bug when running with an ARM Linux host where the action would use a cached `cross` +- Fixed a bug when running with a Linux ARM host where the action would use a cached `cross` download for x86-64 Linux (or vice versa). Now the cache key for the `cross` binary includes both the runner's architecture in addition to its OS. +- This release partially support running on Linxu ARM, but see the `README.md` file for details on + this. ## 1.0.2 - 2025-02-16