aboutsummaryrefslogtreecommitdiff
path: root/pkg/machine/qemu
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-18 11:24:58 +0100
committerGitHub <noreply@github.com>2022-03-18 11:24:58 +0100
commitf8b04bf56c44411e39e355446c4a311dc9fcb373 (patch)
tree50bbd35bb2b90c206e82c74771dbef43593c0d9d /pkg/machine/qemu
parentd72a829f59992dfe29cb84125fde3cce631e6436 (diff)
parentea08765f400d828907f231baa84bd880a00d95f1 (diff)
downloadpodman-f8b04bf56c44411e39e355446c4a311dc9fcb373.tar.gz
podman-f8b04bf56c44411e39e355446c4a311dc9fcb373.tar.bz2
podman-f8b04bf56c44411e39e355446c4a311dc9fcb373.zip
Merge pull request #13552 from vrothberg/go1.18
go fmt: use go 1.18 conditional-build syntax
Diffstat (limited to 'pkg/machine/qemu')
-rw-r--r--pkg/machine/qemu/machine_unsupported.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/machine/qemu/machine_unsupported.go b/pkg/machine/qemu/machine_unsupported.go
index e3ce05e3d..794e710f9 100644
--- a/pkg/machine/qemu/machine_unsupported.go
+++ b/pkg/machine/qemu/machine_unsupported.go
@@ -1,3 +1,4 @@
+//go:build (!amd64 && !arm64) || windows
// +build !amd64,!arm64 windows
package qemu