Skip to content

Commit feda037

Browse files
xriserRuslan Ponomarenko
andauthored
fix s6-overlays for proper CPU arch selection (#131)
Co-authored-by: Ruslan Ponomarenko <r.ponomarenko@itoutposts.com>
1 parent 3cd9076 commit feda037

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/install-s6-overlay.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ esac
3535

3636
URL="https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-${ARCH}.tar.gz"
3737

38-
curl -L -s https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-amd64.tar.gz \
39-
| tar xzf - -C /
38+
curl -L -s "$URL" | tar xpzf - -C /

0 commit comments

Comments
 (0)