From 068f3ec7aad450109c50f34f971d724ff1fafd66 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Mon, 20 May 2024 10:52:54 +0100 Subject: [PATCH] Backport OpenBSD patches Here a trivial patch whcih I've used inside OpenBSD port to build it Signed-off-by: Kirill A. Korinsky --- 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 32ee50125e..e6abc5a63e 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 4349f30dbc..41ba2f6723 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