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