Skip to content

Commit b4b0fbb

Browse files
Fixed for arm64 architectures (#146)
Fixed for arm64
1 parent ba9f7e2 commit b4b0fbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nginx-nms-docker/Dockerfile.automated

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN --mount=type=secret,id=nginx-crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode=0644
3131
apt-get -y install nms-nap-compiler-$ADD_PUM; fi \
3232
# Set permissions
3333
&& chmod +x /etc/nms/scripts/*.sh \
34-
&& wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq \
34+
&& wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_`dpkg --print-architecture` -O /usr/bin/yq \
3535
&& chmod +x /usr/bin/yq
3636

3737
# Optional Second Sight

nginx-nms-docker/Dockerfile.manual

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get -y install /deployment/setup/nim.deb && \
3333
apt-get -y install /deployment/setup/pum.deb; fi \
3434
# Set permissions
3535
&& chmod +x /etc/nms/scripts/*.sh \
36-
&& wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq \
36+
&& wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_`dpkg --print-architecture` -O /usr/bin/yq \
3737
&& chmod +x /usr/bin/yq \
3838
&& rm -r /deployment/setup
3939

nginx-nms-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The image can optionally be built with [Second Sight](https://github.com/F5Netwo
1414

1515
## Tested releases
1616

17-
This repository has been tested with:
17+
This repository has been tested on `amd64` and `arm64` architectures with:
1818

1919
- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.12.0, 2.13.0, 2.13.1, 2.14.0, 2.14.1, 2.15.0, 2.15.1, 2.16.0
2020
- Security Monitoring 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.7.1

0 commit comments

Comments
 (0)