File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
docker build -t chain:static -f Dockerfile.static .
19
19
id=$(docker create chain:static)
20
20
docker cp $id:/usr/bin/odind artifacts/odind-${{ github.ref_name }}-linux-amd64
21
+ docker cp $id:/usr/bin/yoda artifacts/yoda-${{ github.ref_name }}-linux-amd64
22
+ docker cp $id:/usr/bin/kvasir artifacts/kvasir-${{ github.ref_name }}-linux-amd64
21
23
docker rm -v $id
22
24
23
25
- name : Create checksums
Original file line number Diff line number Diff line change @@ -30,5 +30,7 @@ RUN LEDGER_ENABLED=true BUILD_TAGS=muslc LINK_STATICALLY=true make install \
30
30
FROM alpine:3.16
31
31
32
32
COPY --from=go-builder /go/bin/odind /usr/bin/odind
33
+ COPY --from=go-builder /go/bin/yoda /usr/bin/yoda
34
+ COPY --from=go-builder /go/bin/kvasir /usr/bin/kvasir
33
35
34
36
ENTRYPOINT ["/usr/bin/odind"]
You can’t perform that action at this time.
0 commit comments