From f14e954310115cd0d2d1679e1059a3e588ad4762 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Thu, 25 May 2023 21:23:38 -0400 Subject: [PATCH] ci: remove ghcAndroidAarch32 since it's no longer supported under 8.10 --- release.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/release.nix b/release.nix index a097bf4d..ada30272 100644 --- a/release.nix +++ b/release.nix @@ -15,7 +15,6 @@ let "ghcjs" ] ++ lib.optionals (reflex-platform.androidSupport) [ "ghcAndroidAarch64" - "ghcAndroidAarch32" ] ++ lib.optionals (reflex-platform.iosSupport) [ "ghcIosAarch64" ];