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
2
2
GOLANG_CONTAINER = golang:1.10
3
3
BUILD_IN_CONTAINER = 1
4
4
5
- all : amazon centos7 ubuntu-trusty ubuntu- xenial amazon2 ubuntu-bionic
5
+ all : amazon centos7 ubuntu-xenial amazon2 ubuntu-bionic
6
6
7
7
test :
8
8
ifeq ($(BUILD_IN_CONTAINER ) ,1)
@@ -37,10 +37,6 @@ ubuntu-xenial: compile
37
37
make -C build/package/builders/ubuntu-xenial/
38
38
docker run --rm -v $(shell pwd) /build/package/debian:/debian -v $(shell pwd) /build_output:/build_output ubuntu-xenial-builder
39
39
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
-
44
40
ubuntu-bionic : compile
45
41
make -C build/package/builders/ubuntu-bionic/
46
42
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.
43
43
44
44
We provide packages for the following operating systems:
45
45
46
- * Ubuntu: 14.04 (Trusty), 16.04 (Xenial), 18.04 (Bionic)
46
+ * Ubuntu: 16.04 (Xenial), 18.04 (Bionic)
47
47
* CentOS/RHEL: 7
48
48
* Amazon Linux: 1, 2
49
49
@@ -163,7 +163,6 @@ where `<os>` is the target OS. The following values are allowed:
163
163
* ` amazon ` for Amazon Linux 1
164
164
* ` amazon2 ` for Amazon Linux 2
165
165
* ` centos7 ` for CentOS7/RHEL7
166
- * ` ubuntu-trusty ` for Ubuntu 14.04
167
166
* ` ubuntu-xenial ` for Ubuntu 16.04
168
167
* ` ubuntu-bionic ` for Ubuntu 18.04
169
168
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