From f3429bd53742207de608483f384e2edc5e654661 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 23 Feb 2023 08:50:03 -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 fe947860..3e6727ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,16 +25,16 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-20.04 - jid: 1 - goal: build - arch: x86_64 - openssl_archs: linux-x86_64 - - os: [self-hosted, linux, arm64, gcp] - jid: 2 - goal: build - arch: aarch64 - openssl_archs: linux-aarch64 + #- os: ubuntu-20.04 + # jid: 1 + # goal: build + # arch: x86_64 + # openssl_archs: linux-x86_64 + #- os: [self-hosted, linux, arm64, gcp] + # jid: 2 + # goal: build + # arch: aarch64 + # openssl_archs: linux-aarch64 - os: ubuntu-20.04 jid: 3 goal: build