Skip to content

Commit

Permalink
chore(cd): remove EOL distros
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Jul 5, 2024
1 parent 69d87c0 commit b075a17
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/matrix-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ build-packages:
check-manifest-suite: ubuntu-22.04-arm64

# Debian
- label: debian-10
image: debian:10
package: deb
check-manifest-suite: debian-10-amd64
- label: debian-11
image: debian:11
package: deb
Expand All @@ -36,12 +32,6 @@ build-packages:
check-manifest-suite: debian-12-amd64

# RHEL
- label: rhel-7
image: centos:7
package: rpm
package-type: el7
bazel-args: --//:wasmx_el7_workaround=true --//:brotli=False
check-manifest-suite: el7-amd64
- label: rhel-8
image: rockylinux:8
package: rpm
Expand Down Expand Up @@ -140,12 +130,6 @@ release-packages:
artifact: kong.arm64.deb

# Debian
- label: debian-10
package: deb
artifact-from: debian-10
artifact-version: 10
artifact-type: debian
artifact: kong.amd64.deb
- label: debian-11
package: deb
artifact-from: debian-11
Expand All @@ -160,12 +144,6 @@ release-packages:
artifact: kong.amd64.deb

# RHEL
- label: rhel-7
package: rpm
artifact-from: rhel-7
artifact-version: 7
artifact-type: rhel
artifact: kong.el7.amd64.rpm
- label: rhel-8
package: rpm
artifact-from: rhel-8
Expand Down

0 comments on commit b075a17

Please sign in to comment.