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