From 6ef29b1a326dc5af5e5b62bf3a8de80972227343 Mon Sep 17 00:00:00 2001 From: Sunny Sethi <83624589+ssunny3141@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:35:33 +0530 Subject: [PATCH] Fn cli multi arch (#668) * removing linux arm64 build step to fix the pipeline failure --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63adaa03..728a23ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,12 +35,6 @@ jobs: command: make test no_output_timeout: 20m environment: - - run: - name: test build linux arm64 - command: go build -o fn_linux_arm64 - environment: - GOOS: linux - GOARCH: arm64 - run: name: test build macos command: go build -o fn_mac