File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 platforms : linux/amd64, linux/arm64/v8
3535 nogalera : false
3636
37+ - image : fedora:43
38+ platforms : linux/amd64, linux/arm64/v8
39+ nogalera : true
40+
3741 - image : fedora:40
3842 platforms : linux/amd64
3943 tag : fedora40-valgrind
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf \
6161 unixODBC-devel \
6262 wget \
6363 which \
64- && if [ "$VERSION_ID" = "42 " ]; then \
64+ && if [ "$VERSION_ID" ! = "41" ] && [ "$VERSION_ID" != "40 " ]; then \
6565 dnf -y install java-latest-openjdk-devel java-latest-openjdk; \
6666 else \
6767 dnf -y install java-1.8.0-openjdk-devel java-1.8.0-openjdk; \
Original file line number Diff line number Diff line change 222222 "amd64-debian-13" ,
223223 "ppc64le-debian-13" ,
224224 "x86-debian-13" ,
225+ "aarch64-fedora-43" ,
226+ "amd64-fedora-43" ,
225227]
226228SUPPORTED_PLATFORMS ["12.0" ] = SUPPORTED_PLATFORMS ["11.8" ].copy ()
227229SUPPORTED_PLATFORMS ["12.1" ] = SUPPORTED_PLATFORMS ["12.0" ].copy ()
Original file line number Diff line number Diff line change @@ -99,7 +99,14 @@ fedora-42:
9999 image_tag : fedora42
100100 tags :
101101 - release_packages
102- version_name : 42
102+ arch :
103+ - amd64
104+ - aarch64
105+ type : rpm
106+ fedora-43 :
107+ image_tag : fedora43
108+ tags :
109+ - release_packages
103110 arch :
104111 - amd64
105112 - aarch64
You can’t perform that action at this time.
0 commit comments