Merge pull request #94 from flatcar-linux/sayan/rename-to-pro

build_library: Rename the images to use pro instead of premium
This commit is contained in:
Sayan Chowdhury 2020-09-21 21:23:58 +05:30 committed by GitHub
commit f521ca99bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ VALID_IMG_TYPES=(
digitalocean
exoscale
azure
azure_premium
azure_pro
hyperv
niftycloud
cloudsigma
@ -271,10 +271,10 @@ IMG_azure_DISK_FORMAT=vhd
IMG_azure_DISK_LAYOUT=azure
IMG_azure_OEM_PACKAGE=oem-azure
## azure premium
IMG_azure_premium_DISK_FORMAT=vhd
IMG_azure_premium_DISK_LAYOUT=azure
IMG_azure_premium_OEM_PACKAGE=oem-azure
## azure pro
IMG_azure_pro_DISK_FORMAT=vhd
IMG_azure_pro_DISK_LAYOUT=azure
IMG_azure_pro_OEM_PACKAGE=oem-azure
## hyper-v
IMG_hyperv_DISK_FORMAT=vhd

View File

@ -44,7 +44,7 @@ img=src/flatcar_production_image.bin
enter lbunzip2 -k -f "/mnt/host/source/${img}.bz2"
PRIVATE_UPLOAD_OPT=""
if [[ "${FORMAT}" == 'azure_premium' ]]
if [[ "${FORMAT}" == 'azure_pro' ]]
then
PRIVATE_UPLOAD_OPT="--private"
UPLOAD_ROOT=${UPLOAD_PRIVATE_ROOT}