mirror of https://github.com/docker/compose.git
Cross compile in CI
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
c6ac64d66a
commit
699f9a3dfb
|
@ -53,6 +53,9 @@ jobs:
|
|||
path: ~/go/pkg/mod
|
||||
key: go-${{ hashFiles('**/go.sum') }}
|
||||
|
||||
- name: Build packages
|
||||
run: make -f builder.Makefile cross
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
BUILD_TAGS: example,local
|
||||
|
|
Loading…
Reference in New Issue