mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00

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>
4 lines
45 B
Go
4 lines
45 B
Go
// +build !amd64 amd64,windows
|
|
|
|
package qemu
|