Skip to content

Commit 744ebf3

Browse files
committed
feat(outscale): fix Makefile targer ubuntu-2404
1 parent 691ee28 commit 744ebf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/capi/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ build-oci-all: $(OCI_BUILD_TARGETS) ## Builds all OCI image
876876

877877
build-osc-ubuntu-2004: ## Builds Ubuntu 20.04 Outscale Snapshot
878878
build-osc-ubuntu-2204: ## Builds Ubuntu 22.04 Outscale Snapshot
879+
build-osc-ubuntu-2404: ## Builds Ubuntu 24.04 Outscale Snapshot
879880
build-osc-all: $(OSC_BUILD_TARGETS) ## Builds all Outscale Snapshot
880881

881882
build-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
10431044
validate-oci-all: $(OCI_VALIDATE_TARGETS) ## Validates all OCI image packer config
10441045

10451046
validate-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
10471049
validate-osc-all: $(OSC_VALIDATE_TARGETS) ## Validates all Outscale Snapshot Packer config
10481050

10491051
validate-powervs-centos-8: ## Validates the PowerVS CentOS 8 image packer config

0 commit comments

Comments
 (0)