feat(os): add FreeBSD support

Signed-off-by: atagtm <donisos1146@gmail.com>
This commit is contained in:
atagtm 2025-07-11 04:06:36 +02:00 committed by Guillaume Lours
parent 35efa97b7d
commit f7ee9c8a0c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//go:build linux || openbsd
//go:build linux || openbsd || freebsd
/*
Copyright 2020 Docker Compose CLI authors

View File

@ -1,4 +1,4 @@
//go:build linux || openbsd
//go:build linux || openbsd || freebsd
/*
Copyright 2020 Docker Compose CLI authors