Skip to content

Commit

Permalink
bug fix on arm7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Oct 28, 2023
1 parent 5b90117 commit 5462010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/s6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz

ARCH=$(uname -m)

if [ $ARCH == "armv7l" ]; then
if [ $ARCH == "armv7" ]; then
wget -nv -O /tmp/s6.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-armhf.tar.xz"
elif [ $ARCH == "aarch64" ]; then
wget -nv -O /tmp/s6.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-aarch64.tar.xz"
Expand Down

0 comments on commit 5462010

Please sign in to comment.