Skip to content
Snippets Groups Projects
Commit fe16317f authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Fix Go architecture mismatch

parent a6d1a632
No related branches found
No related tags found
1 merge request!8Fix Go architecture mismatch
Pipeline #24109 passed
...@@ -21,7 +21,7 @@ RUN groupadd -g 1000 build \ ...@@ -21,7 +21,7 @@ RUN groupadd -g 1000 build \
&& chown build.build /usr/local/bin && chown build.build /usr/local/bin
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go RUN icinga-provide-go 386
USER build USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"] ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"] CMD ["icinga-build-package"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment