Skip to content

Commit

Permalink
fix amd64 s6_arch.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Apr 5, 2024
1 parent 55565e5 commit 67c0af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates \
&& case ${TARGETARCH} in \
"amd64") S6_ARCH=amd64 ;; \
"amd64") S6_ARCH=x86_64 ;; \
"arm64") S6_ARCH=aarch64 ;; \
esac \
&& curl https://github.com/just-containers/s6-overlay/releases/download/v${S6VER}/s6-overlay-noarch.tar.xz -L -s --output /tmp/s6-overlay-noarch.tar.xz \
Expand Down

0 comments on commit 67c0af9

Please sign in to comment.