From 19884972c76cd9ccfa2bde1d6fc621648bd30f1b Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Thu, 29 Aug 2019 15:15:57 +0200 Subject: [PATCH] Fix prod build for macOS (#4235) --- aio/gulp/backend.js | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/gulp/backend.js b/aio/gulp/backend.js index 264c6f14c..251faf4e6 100644 --- a/aio/gulp/backend.js +++ b/aio/gulp/backend.js @@ -101,7 +101,6 @@ function backendProd(outputBinaryPathsAndArchs) { // Disable cgo package. Required to run on scratch docker image. CGO_ENABLED: '0', GOARCH: arch, - GOOS: 'linux', }); }; }; -- GitLab