Skip to content

Commit

Permalink
pack arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Apr 21, 2023
1 parent ee53c1d commit 6f0c333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tiny.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ build_local_buildpacks() {
sed -i.bak -e 's/2.1.0/2.1.1/' -- "./scripts/.util/tools.json" && rm -- "./scripts/.util/tools.json.bak"
# shellcheck disable=SC2016
sed -i.bak -e 's/jam-${os}/jam-${os}-arm64/' -- "./scripts/.util/tools.sh" && rm -- "./scripts/.util/tools.sh.bak"
sed -i.bak -e 's/pack-${version}-${os}.tgz/pack-${version}-${os}-arm64.tgz' -- "./scripts/.util/tools.sh" && rm -- "./scripts/.util/tools.sh.bak"
./scripts/package.sh --version "$VERSION"
pack buildpack package "gcr.io/$BUILDPACK:$VERSION" --path ./build/buildpack.tgz
fi
Expand Down

0 comments on commit 6f0c333

Please sign in to comment.