mirror of
https://github.com/docker/compose.git
synced 2026-05-13 13:58:02 +00:00
feat(os): add FreeBSD support
Signed-off-by: atagtm <donisos1146@gmail.com>
This commit is contained in:
parent
35efa97b7d
commit
f7ee9c8a0c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//go:build linux || openbsd
|
||||
//go:build linux || openbsd || freebsd
|
||||
|
||||
/*
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue