Files
Paul Holzinger 80362b34c4 Fix build tags for pkg/machine...
Podman machine is only intended for amd64 and arm64 architectures, set
the correct buildtags so that the `pkg/machine`, `pkg/machine/qemu` and
`pkg/machine/libvirt` packages compile correctly.

[NO TESTS NEEDED]

Fixes #10625

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2021-06-11 11:08:18 -04:00

7 lines
104 B
Go

// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
package libvirt
type MachineVM struct {
}