Back New{Container,Image} engine with the remote implementation on macOS

This way, the CLI can still call pkg/domain/infra, without needing
a "remote || linux || freebsd" build tag.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2026-02-27 21:33:16 +01:00
parent d06c4569f0
commit 6beca1cbeb

View File

@@ -1,4 +1,4 @@
//go:build remote
//go:build remote || !(linux || freebsd)
package infra