From 9e97ea498cb8dcf8245f7c2e60b035086c4b02e5 Mon Sep 17 00:00:00 2001 From: srajmane <31947381+srajmane@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:28:51 +0530 Subject: [PATCH] Add s390x xplatform-build --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fdcad17b0e..5832f744e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,6 +118,7 @@ jobs: steps: - checkout - run: GOARCH=arm make BUILD_IN_CONTAINER=false GO_BUILD_INSTALL_DEPS= prog/scope + - run: GOARCH=s390x make BUILD_IN_CONTAINER=false GO_BUILD_INSTALL_DEPS= prog/scope - run: GOOS=darwin make BUILD_IN_CONTAINER=false GO_BUILD_INSTALL_DEPS= prog/scope build: