Skip to content

Commit f51acf0

Browse files
committed
Remove go folder
1 parent 5d549bd commit f51acf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Dockerfile.arm32v7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1010
RUN export QEMU_USER_STATIC_LATEST_TAG=$(curl -s https://api.github.com/repos/multiarch/qemu-user-static/tags \
1111
| grep 'name.*v[0-9]' | head -n 1 | cut -d '"' -f 4) && \
1212
curl -SL "https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_USER_STATIC_LATEST_TAG}/x86_64_qemu-arm-static.tar.gz" \
13-
| tar xzv --directory /go/bin
13+
| tar xzv --directory /
1414

1515
FROM arm32v7/debian
1616

17-
COPY --from=builder /go/bin/qemu-arm-static /usr/bin/
17+
COPY --from=builder /qemu-arm-static /usr/bin/
1818

1919
MAINTAINER Guy Sheffer <guysoft at gmail dot com>
2020

0 commit comments

Comments
 (0)