From 4a44c2f2be62f41f59e8ed98a494d6fbedc18ea7 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 13 Feb 2020 11:36:34 -0500 Subject: [PATCH] Fix build of scorecard-proxy image on other arches --- hack/image/build-scorecard-proxy-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/image/build-scorecard-proxy-image.sh b/hack/image/build-scorecard-proxy-image.sh index 96f31c3610b..45aecbefc02 100755 --- a/hack/image/build-scorecard-proxy-image.sh +++ b/hack/image/build-scorecard-proxy-image.sh @@ -6,7 +6,7 @@ source hack/lib/image_lib.sh # build operator binary and base image WD="$(dirname "$(pwd)")" -GOOS=linux GOARCH=amd64 CGO_ENABLED=0 \ +GOOS=linux CGO_ENABLED=0 \ go build \ -gcflags "all=-trimpath=${WD}" \ -asmflags "all=-trimpath=${WD}" \