release: Add AZURE to CLOUDWARE

Let Azure use the image directly built by the release engineering team.

Reviewed by:	emaste
Approved by:	cperciva (re)
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D41906
This commit is contained in:
Li-Wen Hsu 2024-02-08 13:49:01 +08:00
parent 82bebc7936
commit 63007e4611
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ VMDK_DESC= VMWare, VirtualBox disk image
QCOW2_DESC= Qemu, KVM disk image
RAW_DESC= Unformatted raw disk image
CLOUDWARE_TYPES?= BASIC-CI \
CLOUDWARE_TYPES?= AZURE \
BASIC-CI \
EC2 \
GCE \
OCI \