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
|
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…
Reference in New Issue