Skip to content

Commit 8bb05f5

Browse files
committed
Use the artifact dir as it is.
1 parent 658b115 commit 8bb05f5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ jobs:
6363
pattern: stellar-*
6464
merge-multiple: false
6565

66-
- name: Stage binaries for Docker context
67-
run: |
68-
mv stellar-amd64/stellar stellar-amd64
69-
mv stellar-arm64/stellar stellar-arm64
70-
chmod +x stellar-amd64 stellar-arm64
71-
7266
- name: Set up QEMU
7367
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
7468

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && \
77
rm -rf /var/lib/apt/lists/*
88

99
ARG TARGETARCH
10-
COPY stellar-${TARGETARCH} /usr/local/bin/stellar
10+
COPY stellar-${TARGETARCH}/stellar /usr/local/bin/stellar
1111

1212
ENV STELLAR_CONFIG_HOME=/config
1313
ENV STELLAR_DATA_HOME=/data

0 commit comments

Comments
 (0)