Discontinue CentOS 6 builds for EOL

This only stops the builds. Existing binaries will continue to be
hosted, and the quick install script continues to support CentOS 6.
This commit is contained in:
Greg Lin 2020-12-02 16:37:15 -06:00
commit c0ee373540

View file

@ -1,4 +1,4 @@
PLATFORMS := ubuntu-1604 ubuntu-1804 ubuntu-2004 debian-9 debian-10 centos-6 centos-7 centos-8 opensuse-42 opensuse-15 opensuse-152
PLATFORMS := ubuntu-1604 ubuntu-1804 ubuntu-2004 debian-9 debian-10 centos-7 centos-8 opensuse-42 opensuse-15 opensuse-152
SLS_BINARY ?= ./node_modules/serverless/bin/serverless
deps: