From 4cd769d8a2f9555e5cdf792a1184ea347f8dd1c1 Mon Sep 17 00:00:00 2001 From: Jerico Pena Date: Fri, 7 Jul 2023 02:11:54 -0400 Subject: [PATCH] Update pack version, set-up action repos, and enable target test --- .../buildpacks-create-multi-arch-builders.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/buildpacks-create-multi-arch-builders.yml b/.github/workflows/buildpacks-create-multi-arch-builders.yml index 72679c2..11f2031 100644 --- a/.github/workflows/buildpacks-create-multi-arch-builders.yml +++ b/.github/workflows/buildpacks-create-multi-arch-builders.yml @@ -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/setup-tools@v5.2.0 - name: Build test app shell: bash run: | @@ -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