Skip to content
Snippets Groups Projects
Commit f8b7d744 authored by Julian Brost's avatar Julian Brost :unicorn:
Browse files

Merge branch 'go386' into 'master'

Fix Go architecture mismatch

See merge request !8
parents a6d1a632 fe16317f
No related branches found
No related tags found
1 merge request!8Fix Go architecture mismatch
Pipeline #24112 passed
......@@ -21,7 +21,7 @@ RUN groupadd -g 1000 build \
&& chown build.build /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
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
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