File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -876,6 +876,7 @@ build-oci-all: $(OCI_BUILD_TARGETS) ## Builds all OCI image
876876
877877build-osc-ubuntu-2004 : # # Builds Ubuntu 20.04 Outscale Snapshot
878878build-osc-ubuntu-2204 : # # Builds Ubuntu 22.04 Outscale Snapshot
879+ build-osc-ubuntu-2404 : # # Builds Ubuntu 24.04 Outscale Snapshot
879880build-osc-all : $(OSC_BUILD_TARGETS ) # # Builds all Outscale Snapshot
880881
881882build-nutanix-ubuntu-2004 : # # Builds the Nutanix ubuntu-2004 image
@@ -1043,7 +1044,8 @@ validate-oci-windows-2022: ## Validates the OCI Windows 2022 image packer config
10431044validate-oci-all : $(OCI_VALIDATE_TARGETS ) # # Validates all OCI image packer config
10441045
10451046validate-osc-ubuntu-2004 : # # Validates Ubuntu 20.04 Outscale Snapshot Packer config
1046- validate-osc-ubuntu-2204 : # # Validates Ubuntu 20.04 Outscale Snapshot Packer config
1047+ validate-osc-ubuntu-2204 : # # Validates Ubuntu 22.04 Outscale Snapshot Packer config
1048+ validate-osc-ubuntu-2404 : # # Validates Ubuntu 24.04 Outscale Snapshot Packer config
10471049validate-osc-all : $(OSC_VALIDATE_TARGETS ) # # Validates all Outscale Snapshot Packer config
10481050
10491051validate-powervs-centos-8 : # # Validates the PowerVS CentOS 8 image packer config
You can’t perform that action at this time.
0 commit comments