|
@@ -53,6 +53,8 @@ jobs:
|
|
|
path: ~/go/pkg/mod
|
|
path: ~/go/pkg/mod
|
|
|
key: go-${{ hashFiles('**/go.sum') }}
|
|
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
|
|
- name: Build packages
|
|
|
run: make -f builder.Makefile cross
|
|
run: make -f builder.Makefile cross
|
|
|
|
|
|