From 85279f11a4648dad66c685693cc5a24c7aec3e38 Mon Sep 17 00:00:00 2001 From: Alexander Ovchinnikov <8490695+Alovchin91@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:22:04 +0100 Subject: [PATCH] Add aarch64-pc-windows-msvc row to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a5bee17a..a05b9bdfc 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ parts of *ring*; *ring* should be compatible with GCC 4.8+, Clang 10+, and MSVC | -------------------------------| ----- | | aarch64-apple-darwin | Build-only (GitHub Actions doesn't have a way to run the tests) | aarch64-apple-ios | Build-only (GitHub Actions doesn't have a way to run the tests) +| aarch64-pc-windows-msvc | Build-only (GitHub Actions doesn't have a way to run the tests) | aarch64-unknown-linux-gnu | Tested on 64-bit Linux using QEMU user emulation | aarch64-unknown-linux-musl | Tested on 64-bit Linux using QEMU user emulation. [Needs more work; issue 713](https://github.com/briansmith/ring/issues/713) | aarch64-linux-android | API level 21 (Android 5.0+); [Build-only; issue 486](https://github.com/briansmith/ring/issues/486)