The branch main has been updated by lwhsu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=63007e46110d7f7a1f9d48fbac99f8a5bc166456

commit 63007e46110d7f7a1f9d48fbac99f8a5bc166456
Author:     Li-Wen Hsu <[email protected]>
AuthorDate: 2024-02-08 05:49:01 +0000
Commit:     Li-Wen Hsu <[email protected]>
CommitDate: 2024-02-08 05:49:01 +0000

    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
---
 release/Makefile.vm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/release/Makefile.vm b/release/Makefile.vm
index cab46bb737b3..b9c43e8b491f 100644
--- a/release/Makefile.vm
+++ b/release/Makefile.vm
@@ -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 \

Reply via email to