mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
//go:build linux || openbsd
|
||||
//go:build linux || openbsd || freebsd
|
||||
|
||||
/*
|
||||
Copyright 2020 Docker Compose CLI authors
|
||||
|
Loading…
x
Reference in New Issue
Block a user