This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
1 changed files with
1 additions and
1 deletions
|
|
@ -8,7 +8,7 @@ ARG branch=portal-latest
|
|
|
|
RUN git clone https://gitlab.com/SkynetLabs/skyd.git Sia --single-branch --branch ${branch}
|
|
|
|
RUN git clone https://gitlab.com/SkynetLabs/skyd.git Sia --single-branch --branch ${branch}
|
|
|
|
RUN make release --directory Sia
|
|
|
|
RUN make release --directory Sia
|
|
|
|
|
|
|
|
|
|
|
|
FROM nebulouslabs/sia:latest
|
|
|
|
FROM firyx/sia-dev-user:latest
|
|
|
|
|
|
|
|
|
|
|
|
COPY --from=sia-builder /go/bin/ /usr/bin/
|
|
|
|
COPY --from=sia-builder /go/bin/ /usr/bin/
|
|
|
|
|
|
|
|
|
|
|
|