From e3ee9135ff9d22c294f892306af669a7f056f979 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 23 Feb 2023 16:30:23 -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 3e6727ad..fe947860 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