Skip to content

Commit 08e6179

Browse files
committed
chore(build) remove centos6 from build matrix
Centos6 is EOL'd as of Nov 30. https://endoflife.software/operating-systems/linux/centos
1 parent 90867c1 commit 08e6179

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ pipeline {
248248
sh 'echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin || true'
249249
sh 'make setup-kong-build-tools'
250250
sh 'cp $PRIVATE_KEY_FILE ../kong-build-tools/kong.private.gpg-key.asc'
251-
sh 'RESTY_IMAGE_TAG=6 make release'
252251
sh 'RESTY_IMAGE_TAG=7 make release'
253252
sh 'RESTY_IMAGE_TAG=8 make release'
254253
}

0 commit comments

Comments
 (0)