Skip to content

Commit 8abf867

Browse files
committed
add yoda and kvasir to release artifacts
1 parent 933c47e commit 8abf867

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
docker build -t chain:static -f Dockerfile.static .
1919
id=$(docker create chain:static)
2020
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
2123
docker rm -v $id
2224
2325
- name: Create checksums

Dockerfile.static

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ RUN LEDGER_ENABLED=true BUILD_TAGS=muslc LINK_STATICALLY=true make install \
3030
FROM alpine:3.16
3131

3232
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
3335

3436
ENTRYPOINT ["/usr/bin/odind"]

0 commit comments

Comments
 (0)