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

Add tests for stack removal in pack #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions .github/workflows/buildpacks-create-multi-arch-builders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
needs: ttl-sh
steps:
- uses: actions/checkout@v3
- uses: jericop/buildpacks-github-actions/setup-pack@add-arm64-support
- uses: buildpacks/github-actions/setup-pack@v5.2.0
with:
pack-version: 0.30.0-pre1
- uses: jericop/buildpacks-github-actions/setup-tools@add-arm64-support
# omit "v" from pack version (tag name)
pack-version: 0.30.0-pre2
- uses: buildpacks/github-actions/[email protected]
- name: Build test app
shell: bash
run: |
Expand Down Expand Up @@ -99,12 +100,6 @@ jobs:
# test stack tag only
for tag in stack; do

# Full support for targets withcout staks has not landed yet, so skipping test for it (missing run images)
# TODO: this is because run images are not stored in builder metadata when not using stack
if [ "$tag" = "target" ]; then
continue
fi

builder_image_tag="${base_image_uri}:${tag}"

# Verify lifecycle binary works on this platform
Expand Down