From 0db81fc048bd45fb7aaf67723ffdf33b02d67054 Mon Sep 17 00:00:00 2001 From: Chloe Yip Date: Mon, 18 Nov 2024 14:12:06 -0800 Subject: [PATCH] remove linux arm from test Signed-off-by: Chloe Yip --- .github/json_matrices/build-matrix.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/json_matrices/build-matrix.json b/.github/json_matrices/build-matrix.json index 5e10c38a37..45ad9eda36 100644 --- a/.github/json_matrices/build-matrix.json +++ b/.github/json_matrices/build-matrix.json @@ -27,17 +27,6 @@ "PACKAGE_MANAGERS": ["pypi", "npm", "maven"], "languages": ["python", "node", "java", "go", "dotnet"] }, - { - "OS": "ubuntu", - "NAMED_OS": "linux", - "ARCH": "arm64", - "TARGET": "aarch64-unknown-linux-musl", - "RUNNER": ["self-hosted", "Linux", "ARM64"], - "IMAGE": "node:lts-alpine3.19", - "CONTAINER_OPTIONS": "--user root --privileged --rm", - "PACKAGE_MANAGERS": ["npm"], - "languages": ["node"] - }, { "OS": "ubuntu", "NAMED_OS": "linux",