mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Merge pull request #10634 from Luap99/machine-build
Fix build tags for pkg/machine...
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package machine
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package machine
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package machine
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package machine
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package machine
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package machine
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package libvirt
|
||||
|
||||
type MachineVM struct {
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package libvirt
|
||||
|
||||
import "github.com/containers/podman/v3/pkg/machine"
|
||||
|
3
pkg/machine/libvirt/machine_unsupported.go
Normal file
3
pkg/machine/libvirt/machine_unsupported.go
Normal file
@ -0,0 +1,3 @@
|
||||
// +build !amd64 amd64,windows
|
||||
|
||||
package libvirt
|
3
pkg/machine/machine_unsupported.go
Normal file
3
pkg/machine/machine_unsupported.go
Normal file
@ -0,0 +1,3 @@
|
||||
// +build !amd64 amd64,windows
|
||||
|
||||
package machine
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package machine
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package qemu
|
||||
|
||||
import "time"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
||||
|
||||
package qemu
|
||||
|
||||
import (
|
||||
|
3
pkg/machine/qemu/machine_unsupported.go
Normal file
3
pkg/machine/qemu/machine_unsupported.go
Normal file
@ -0,0 +1,3 @@
|
||||
// +build !amd64 amd64,windows
|
||||
|
||||
package qemu
|
Reference in New Issue
Block a user