mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +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
|
||||
key: go-${{ hashFiles('**/go.sum') }}
|
||||
|
||||
- name: Build packages
|
||||
run: make -f builder.Makefile cross
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
BUILD_TAGS: example,local
|
||||
|
Loading…
x
Reference in New Issue
Block a user