diff --git a/internal/locker/runtime_unix.go b/internal/locker/runtime_unix.go index e6abc5a63e9..5daf61aac52 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 41ba2f67236..9887dc7bb4e 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