Files
podman/pkg/machine/qemu/machine_unsupported.go
Valentin Rothberg 44bac51fca bump golangci-lint to v1.49.0
Motivated to have a working `make lint` on Fedora 37 (beta).
Most changes come from the new `gofmt` standards.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-10-17 09:19:41 +02:00

5 lines
66 B
Go

//go:build !amd64 && !arm64
// +build !amd64,!arm64
package qemu