From f7ee9c8a0c7ff1475d280a1acbb11d58fa590d07 Mon Sep 17 00:00:00 2001 From: atagtm Date: Fri, 11 Jul 2025 04:06:36 +0200 Subject: [PATCH] feat(os): add FreeBSD support Signed-off-by: atagtm --- internal/locker/runtime_unix.go | 2 +- pkg/remote/cache_unix.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/locker/runtime_unix.go b/internal/locker/runtime_unix.go index e6abc5a63..5daf61aac 100644 --- a/internal/locker/runtime_unix.go +++ b/internal/locker/runtime_unix.go @@ -1,4 +1,4 @@ -//go:build linux || openbsd +//go:build linux || openbsd || freebsd /* Copyright 2020 Docker Compose CLI authors diff --git a/pkg/remote/cache_unix.go b/pkg/remote/cache_unix.go index 41ba2f672..9887dc7bb 100644 --- a/pkg/remote/cache_unix.go +++ b/pkg/remote/cache_unix.go @@ -1,4 +1,4 @@ -//go:build linux || openbsd +//go:build linux || openbsd || freebsd /* Copyright 2020 Docker Compose CLI authors