You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -150,7 +150,7 @@ nginx-asg-sync runs as a system service and supports the start/stop/restart comm
150
150
151
151
For Amazon Linux 1, run: `$ sudo start|stop|restart nginx-asg-sync`
152
152
153
-
For Ubuntu 16.04, 18.04, 20.04, CentOS7/RHEL7 and Amazon Linux 2, run: `$ sudo service nginx-asg-sync start|stop|restart`
153
+
For Ubuntu 16.04, 18.04, 20.04, 20.10, CentOS7/RHEL7, CentOS8/RHEL8 and Amazon Linux 2, run: `$ sudo service nginx-asg-sync start|stop|restart`
154
154
155
155
## Troubleshooting
156
156
@@ -161,17 +161,23 @@ If nginx-asg-sync doesn’t work as expected, check its log file available at **
161
161
You can compile nginx-asg-sync and build a software package using the provided Makefile. Before you start building a package, make sure that the following software is installed on your system:
162
162
* make
163
163
* Docker
164
+
* Go (optional, to build the binary locally)
164
165
165
166
To build a software package, run: `$ make <os>`
166
167
where `<os>` is the target OS. The following values are allowed:
167
168
*`amazon` for Amazon Linux 1
168
169
*`amazon2` for Amazon Linux 2
169
170
*`centos7` for CentOS7/RHEL7
171
+
*`centos8` for CentOS8/RHEL8
170
172
*`ubuntu-xenial` for Ubuntu 16.04
171
173
*`ubuntu-bionic` for Ubuntu 18.04
172
174
*`ubuntu-focal` for Ubuntu 20.04
173
175
*`ubuntu-groovy` for Ubuntu 20.10
174
176
177
+
by default the nginx-asg-sync binary will be built locally, to build it inside a Docker container add the `TARGET` parameter to `make`, for example:
178
+
179
+
`$ make ubuntu-focal TARGET=container`
180
+
175
181
If you run make without any arguments, it will build software packages for all supported OSes.
0 commit comments