mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
Build tag out QEMU for Darwin
Macs no longer support QEMU as a provider, build tag it out. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
//go:build (amd64 && !windows) || (arm64 && !windows)
|
||||
//go:build ((amd64 && !windows) || (arm64 && !windows)) && !darwin
|
||||
|
||||
package command
|
||||
|
||||
|
Reference in New Issue
Block a user