1
0
Эх сурвалжийг харах

Cross compile in CI

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 5 жил өмнө
parent
commit
699f9a3dfb

+ 3 - 0
.github/workflows/ci.yml

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