packer-cn/builder/azure/common/constants/targetplatforms.go

11 lines
273 B
Go
Raw Normal View History

// Copyright (c) Microsoft Corporation. All rights reserved.
2016-03-10 20:46:22 -05:00
// Licensed under the MIT License. See the LICENSE file in builder/azure for license information.
package constants
// Target types
const (
Target_Linux string = "Linux"
Target_Windows string = "Windows"
)