9 lines
158 B
Go
Raw Permalink Normal View History

// +build !linux
2019-10-07 18:56:20 +00:00
package client
// IsAzure returns true if Packer is running on Azure (currently only works on Linux)
func IsAzure() bool {
return false
}