From 42cc8d8aa35ab886ff85cbcc2d26e4297ddeda17 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 24 Apr 2022 23:51:29 -0700 Subject: [PATCH] Update binaries_release2.yml --- .github/workflows/binaries_release2.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/binaries_release2.yml b/.github/workflows/binaries_release2.yml index 09e8fc7ae..b6613483b 100644 --- a/.github/workflows/binaries_release2.yml +++ b/.github/workflows/binaries_release2.yml @@ -23,7 +23,8 @@ jobs: strategy: matrix: goos: [darwin] - goarch: [amd64, arm64] + # goarch: [amd64, arm64] + goarch: [amd64] # Steps represent a sequence of tasks that will be executed as part of the job steps: