github.com/mitchellh/packer@v1.3.2/builder/azure/common/constants/targetplatforms.go (about)

     1  package constants
     2  
     3  // Target types
     4  const (
     5  	Target_Linux   string = "Linux"
     6  	Target_Windows string = "Windows"
     7  )