File tree Expand file tree Collapse file tree 5 files changed +2
-25
lines changed
build/package/builders/ubuntu-trusty Expand file tree Collapse file tree 5 files changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ GO_DOCKER_RUN = docker run --rm -v $(shell pwd):/go/src/github.com/nginxinc/ngin
22GOLANG_CONTAINER = golang:1.10
33BUILD_IN_CONTAINER = 1
44
5- all : amazon centos7 ubuntu-trusty ubuntu- xenial amazon2 ubuntu-bionic
5+ all : amazon centos7 ubuntu-xenial amazon2 ubuntu-bionic
66
77test :
88ifeq ($(BUILD_IN_CONTAINER ) ,1)
@@ -37,10 +37,6 @@ ubuntu-xenial: compile
3737 make -C build/package/builders/ubuntu-xenial/
3838 docker run --rm -v $(shell pwd) /build/package/debian:/debian -v $(shell pwd) /build_output:/build_output ubuntu-xenial-builder
3939
40- ubuntu-trusty : compile
41- make -C build/package/builders/ubuntu-trusty/
42- docker run --rm -v $(shell pwd) /build/package/debian:/debian -v $(shell pwd) /build_output:/build_output ubuntu-trusty-builder
43-
4440ubuntu-bionic : compile
4541 make -C build/package/builders/ubuntu-bionic/
4642 docker run --rm -v $(shell pwd) /build/package/debian:/debian -v $(shell pwd) /build_output:/build_output ubuntu-bionic-builder
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Below you will find documentation on how to use nginx-asg-sync.
4343
4444We provide packages for the following operating systems:
4545
46- * Ubuntu: 14.04 (Trusty), 16.04 (Xenial), 18.04 (Bionic)
46+ * Ubuntu: 16.04 (Xenial), 18.04 (Bionic)
4747* CentOS/RHEL: 7
4848* Amazon Linux: 1, 2
4949
@@ -163,7 +163,6 @@ where `<os>` is the target OS. The following values are allowed:
163163* ` amazon ` for Amazon Linux 1
164164* ` amazon2 ` for Amazon Linux 2
165165* ` centos7 ` for CentOS7/RHEL7
166- * ` ubuntu-trusty ` for Ubuntu 14.04
167166* ` ubuntu-xenial ` for Ubuntu 16.04
168167* ` ubuntu-bionic ` for Ubuntu 18.04
169168
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments