We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658b115 commit 8bb05f5Copy full SHA for 8bb05f5
.github/workflows/docker.yml
@@ -63,12 +63,6 @@ jobs:
63
pattern: stellar-*
64
merge-multiple: false
65
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
-
72
- name: Set up QEMU
73
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
74
Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && \
7
rm -rf /var/lib/apt/lists/*
8
9
ARG TARGETARCH
10
-COPY stellar-${TARGETARCH} /usr/local/bin/stellar
+COPY stellar-${TARGETARCH}/stellar /usr/local/bin/stellar
11
12
ENV STELLAR_CONFIG_HOME=/config
13
ENV STELLAR_DATA_HOME=/data
0 commit comments