Skip to content

Commit 541824c

Browse files
committed
chore: update sles
1 parent 995c734 commit 541824c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GOTIDY = ${GOMOD} tidy
3838
# | almalinux | 8, 9 | |
3939
# | alpine | 3.18, 3.19, 3.20, 3.21 | |
4040
# | oraclelinux | 8, 9 | |
41-
# | suse | sle15 | |
41+
# | suse | sle15 | |
4242
# | freebsd | | Not supported |
4343
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
4444
OS_RELEASE ?= ubuntu

Makefile.packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GPG_PUBLIC_KEY := .key
1010

1111
DEB_DISTROS?=ubuntu-noble-24.04 ubuntu-jammy-22.04 ubuntu-focal-20.04 debian-bookworm-12 debian-bullseye-11
1212
DEB_ARCHS?=arm64 amd64
13-
RPM_DISTROS?=oraclelinux-8-x86_64 oraclelinux-9-x86_64 suse-12-x86_64 suse-15-x86_64
13+
RPM_DISTROS?=oraclelinux-8-x86_64 oraclelinux-9-x86_64 suse-15-x86_64
1414
RPM_ARCH=x86_64
1515
REDHAT_VERSIONS?=redhatenterprise-8 redhatenterprise-9
1616
REDHAT_ARCHS?=aarch64 x86_64

0 commit comments

Comments
 (0)