Skip to content

Commit

Permalink
Also write the package list for build variants
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Jan 19, 2024
1 parent 04e47a0 commit 2265d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if [ "$STACK_VERSION" -ge 24 ]; then
[[ -d "${BUILD_DOCKERFILE_DIR}" ]] || abort "fatal: directory ${BUILD_DOCKERFILE_DIR} not found"
display "Building multiarch ${BUILD_DOCKERFILE_DIR} / ${BUILD_IMAGE_TAG} Heroku build image"
docker buildx build --platform "linux/amd64,linux/arm64" --tag "${BUILD_IMAGE_TAG}" "${BUILD_DOCKERFILE_DIR}" | indent
write_package_list "$BUILD_IMAGE_TAG" "$BUILD_DOCKERFILE_DIR"
else
# heroku/heroku:22 and prior does not support multiple chip architectures
# or multiarch images. Additionally, separate *cnb* variants are created
Expand Down

0 comments on commit 2265d69

Please sign in to comment.