git: a1f798b54906 - stable/14 - release: Add AZURE to CLOUDWARE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 03:21:55 UTC
The branch stable/14 has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=a1f798b54906f03c603d7faee827d12ad52d8b41
commit a1f798b54906f03c603d7faee827d12ad52d8b41
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2024-02-08 05:49:01 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-12 03:21:14 +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
(cherry picked from commit 63007e46110d7f7a1f9d48fbac99f8a5bc166456)
---
release/Makefile.vm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/release/Makefile.vm b/release/Makefile.vm
index 58703de16cf3..3a3b3bcd5f9d 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 \