github.com/amanya/packer@v0.12.1-0.20161117214323-902ac5ab2eb6/builder/azure/common/constants/targetplatforms.go (about)

     1  // Copyright (c) Microsoft Corporation. All rights reserved.
     2  // Licensed under the MIT License. See the LICENSE file in builder/azure for license information.
     3  
     4  package constants
     5  
     6  // Target types
     7  const (
     8  	Target_Linux   string = "Linux"
     9  	Target_Windows string = "Windows"
    10  )