Skip to content

Commit

Permalink
Correctly unarchive ARM lifeccyle
Browse files Browse the repository at this point in the history
Fixes #595 and adds a `z` option to the
`tar` extraction command.

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
  • Loading branch information
AidanDelaney authored Jul 11, 2023
1 parent 8709636 commit 7aa0363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/app-developer-guide/build-an-arm-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ First we download and extract the [lifecycle][lifecycle] release, compiled for A
cd ~/workspace

# download and extract lifecycle
curl -L https://github.com/buildpacks/lifecycle/releases/download/v<RELEASE-VERSION>/lifecycle-v<RELEASE-VERSION>+linux.arm64.tgz | tar xf -
curl -L https://github.com/buildpacks/lifecycle/releases/download/v<RELEASE-VERSION>/lifecycle-v<RELEASE-VERSION>+linux.arm64.tgz | tar xzf -
```

Next we make sure that our buildpack directory is structured in a way that the lifecycle will expect.
Expand Down

0 comments on commit 7aa0363

Please sign in to comment.