diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae0e2678..d353b518a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,6 +157,13 @@ jobs: make binaries working-directory: src/github.com/containerd/containerd + - name: Cross-compile + if: startsWith(matrix.os, 'ubuntu') + run : | + GOOS=freebsd make build + GOOS=freebsd make binaries + working-directory: src/github.com/containerd/containerd + # # Integration and CRI tests #