From 4f8980184f331a7b01d95961a12010730dbcaf49 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 31 Dec 2020 11:35:33 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d7f7e81..c051f512 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,16 +41,16 @@ jobs: goal: "build" gamos: "linux" platform: "x86_64" - - os: [self-hosted, linux, ARM] - jid: 10 - goal: "build" - gamos: "linux" - platform: "arm" - - os: [self-hosted, linux, ARM64] - jid: 11 - goal: "build" - gamos: "linux" - platform: "arm64" +# - os: [self-hosted, linux, ARM] +# jid: 10 +# goal: "build" +# gamos: "linux" +# platform: "arm" +# - os: [self-hosted, linux, ARM64] +# jid: 11 +# goal: "build" +# gamos: "linux" +# platform: "arm64" - os: macos-10.15 jid: 4 goal: "build"