Skip to content

Commit 7aa0363

Browse files
authored
Correctly unarchive ARM lifeccyle
Fixes cds-hooks#595 and adds a `z` option to the `tar` extraction command. Signed-off-by: Aidan Delaney <[email protected]>
1 parent 8709636 commit 7aa0363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/app-developer-guide/build-an-arm-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ First we download and extract the [lifecycle][lifecycle] release, compiled for A
3838
cd ~/workspace
3939

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

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

0 commit comments

Comments
 (0)