Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly unarchive ARM lifeccyle #596

Merged
merged 8 commits into from
Aug 16, 2023
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
Loading