Explorar el Código

Cross compile in CI

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif hace 5 años
padre
commit
699f9a3dfb
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/ci.yml

+ 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