Skip to content

Commit

Permalink
Correct tag name
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas A. Christensen II <[email protected]>
  • Loading branch information
MillironX committed Dec 28, 2021
1 parent 785d544 commit e03daa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN --mount=type=secret,id=SSHKEY \
git clone [email protected]:ksumngs/HapLink.jl.git && \
rm -rf /root/.ssh && \
cd HapLink.jl && \
git checkout ${HAPLINK_VERSION} && \
git checkout v${HAPLINK_VERSION} && \
/tmp/julia/julia-${JULIA_VERSION}/bin/julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate()' && \
/tmp/julia/julia-${JULIA_VERSION}/bin/julia -e 'using PackageCompiler; create_app(".", "build", precompile_execution_file="precompile_app.jl", executables=["haplink" => "haplink"], cpu_target="x86-64")' && \
cp -r build/bin/* /usr/bin && \
Expand Down

0 comments on commit e03daa1

Please sign in to comment.