mirror of https://github.com/docker/compose.git
feat(os): add FreeBSD support
Signed-off-by: atagtm <donisos1146@gmail.com>
This commit is contained in:
parent
35efa97b7d
commit
f7ee9c8a0c
|
@ -1,4 +1,4 @@
|
||||||
//go:build linux || openbsd
|
//go:build linux || openbsd || freebsd
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2020 Docker Compose CLI authors
|
Copyright 2020 Docker Compose CLI authors
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//go:build linux || openbsd
|
//go:build linux || openbsd || freebsd
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2020 Docker Compose CLI authors
|
Copyright 2020 Docker Compose CLI authors
|
||||||
|
|
Loading…
Reference in New Issue