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:
Ashley Cui
2024-02-12 14:25:11 -05:00
parent bed619ca3d
commit a9401deadd
21 changed files with 122 additions and 88 deletions

View File

@ -1,4 +1,4 @@
//go:build (amd64 && !windows) || (arm64 && !windows)
//go:build ((amd64 && !windows) || (arm64 && !windows)) && !darwin
package command