Skip to content

Commit e91d5a5

Browse files
authored
Merge pull request cds-hooks#596 from buildpacks/AidanDelaney-patch-1
Correctly unarchive ARM lifeccyle
2 parents b8ee188 + 8162c25 commit e91d5a5

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)