mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
Document cross build step reason & timing in CI
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
18ac5d7e66
commit
e02176004b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user