From e02176004b4db66af6c6d4c2c56deccac53ae0e8 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Wed, 14 Oct 2020 10:59:21 +0200 Subject: [PATCH] Document cross build step reason & timing in CI Signed-off-by: Guillaume Tardif --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 543d152d2..8e222673f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,8 @@ jobs: path: ~/go/pkg/mod key: go-${{ hashFiles('**/go.sum') }} + # Ensure we don't discover cross platform build issues at release time. + # Time used to build linux here is gained back in the build for local E2E step - name: Build packages run: make -f builder.Makefile cross