Skip to content

Commit 67a29d0

Browse files
committed
docker: fix missing alma-10 target
Fix missing alma-10 target in the Makefile. Signed-off-by: Jean-Louis Dupond <jean-louis@dupond.be>
1 parent ce190eb commit 67a29d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: Red Hat, Inc.
22
# SPDX-License-Identifier: GPL-2.0-or-later
33

4-
targets := alma-9 centos-9 centos-10
4+
targets := alma-9 centos-9 alma-10 centos-10
55
prefix := ovirt/vdsm-test
66

77
.PHONY: $(targets) push

docker/network/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
CONTAINER_CMD := podman
55
PREFIX := ovirt/vdsm-network-tests
66

7-
targets := alma-9 centos-9 centos-10
7+
targets := alma-9 centos-9 alma-10 centos-10
88
types := functional integration unit
99

1010
.PHONY: $(targets) $(types)

0 commit comments

Comments
 (0)