Skip to content

Commit

Permalink
Use correct binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jun 23, 2024
1 parent 6b72baa commit 54db061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.manylinux2014_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/pypa/manylinux2014_aarch64
# Install lightweight sudo (not bound to TTY)
ENV GOSU_VERSION 1.10
RUN set -ex; \
curl -o /usr/local/bin/gosu -L "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64" && \
curl -o /usr/local/bin/gosu -L "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-arm64" && \
chmod +x /usr/local/bin/gosu && \
gosu nobody true

Expand Down

0 comments on commit 54db061

Please sign in to comment.