diff --git a/internal/locker/runtime_unix.go b/internal/locker/runtime_unix.go index 32ee50125..e6abc5a63 100644 --- a/internal/locker/runtime_unix.go +++ b/internal/locker/runtime_unix.go @@ -1,4 +1,4 @@ -//go:build linux +//go:build linux || openbsd /* Copyright 2020 Docker Compose CLI authors diff --git a/pkg/remote/cache_unix.go b/pkg/remote/cache_unix.go index 4349f30db..41ba2f672 100644 --- a/pkg/remote/cache_unix.go +++ b/pkg/remote/cache_unix.go @@ -1,4 +1,4 @@ -//go:build linux +//go:build linux || openbsd /* Copyright 2020 Docker Compose CLI authors