packer-cn/builder/azure/common/client/detect_azure.go

9 lines
158 B
Go
Raw Normal View History

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