ci: add cross-compile for FreeBSD
Signed-off-by: Samuel Karp <me@samuelkarp.com>
This commit is contained in:
parent
b459209188
commit
4bcfbfe663
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -157,6 +157,13 @@ jobs:
|
|||||||
make binaries
|
make binaries
|
||||||
working-directory: src/github.com/containerd/containerd
|
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
|
# Integration and CRI tests
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user