mirror of
https://github.com/containers/podman.git
synced 2025-06-02 02:26:52 +08:00
go fmt: use go 1.18 conditional-build syntax
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
//go:build (!amd64 && !arm64) || windows
|
||||
// +build !amd64,!arm64 windows
|
||||
|
||||
package qemu
|
||||
|
Reference in New Issue
Block a user