diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-11-11 02:33:54 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-11-11 06:56:30 +0000 |
| commit | df84867e8af49437bdc76a0df41d78f5a362cd24 (patch) | |
| tree | dcb288f7487f6fce98d6b94518a2c6bf240ae4e9 | |
| parent | d6f10a5d013fdcc92847644ffbaf65cbf491bb39 (diff) | |
Azure: Fix image names
We need to specify the correct image names -- *.vhdf, not *.vhd -- in
order for them to upload.
15.0 candidate
Reviewed by: lwhsu
MFC after: 2 days
Differential Revision: https://reviews.freebsd.org/D53684
| -rw-r--r-- | release/Makefile.azure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile.azure b/release/Makefile.azure index 09dcde6af636..577221ee3899 100644 --- a/release/Makefile.azure +++ b/release/Makefile.azure @@ -39,7 +39,7 @@ azure-check-depends: .endif .for _FS in ${AZURE_FSLIST} -AZURE_IMG_${_FS}= ${.OBJDIR}/azure.${_FS}.vhd +AZURE_IMG_${_FS}= ${.OBJDIR}/azure.${_FS}.vhdf AZURE_TARGET_${_FS}= ${OSRELEASE}-${_FS}${SNAPSHOT_DATE} azure-do-upload-${_FS}: |
