Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Cross compile in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Tardif <[email protected]>
  • Loading branch information
gtardif committed Oct 13, 2020
1 parent c6ac64d commit 699f9a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 699f9a3

Please sign in to comment.