Skip to content
Snippets Groups Projects
Commit c9748413 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Fix Docker build script

parent c10fd270
No related branches found
No related tags found
1 merge request!215Fix Docker build script
Pipeline #93467 failed
......@@ -47,7 +47,7 @@ WORKDIR /src
# Build portable binaries by default
ARG TARGET_CPU=haswell
ARG LOFARSTMAN_COMMIT=master
ARG LOFARSTMAN_COMMIT=main
RUN git clone --no-checkout \
https://github.com/lofar-astron/LofarStMan && \
mkdir LofarStMan/build && \
......@@ -164,7 +164,7 @@ RUN chmod +rx /usr/local/bin/*
SHELL ["/bin/bash", "-c"]
# Set default versions. Can be overridden from the command-line
ARG LOFARSTMAN_COMMIT=master
ARG LOFARSTMAN_COMMIT=main
ARG DYSCO_COMMIT=master
ARG SAGECAL_COMMIT=master
ARG IDG_COMMIT=master
......
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