Cross compile in CI

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
Guillaume Tardif 2020-10-13 17:12:16 +02:00
parent c6ac64d66a
commit 699f9a3dfb
1 changed files with 3 additions and 0 deletions

View File

@ -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