From f63cd94d8dea0237a30af6144ce2f21ccdc297f5 Mon Sep 17 00:00:00 2001 From: Manuel Fuchs Date: Wed, 7 Feb 2024 12:26:34 +0100 Subject: [PATCH] Update cnbs/sample-builder image --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4129b18..83951bba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,4 @@ jobs: working-directory: ./examples/basics - name: Pack build using examples/basics # Uses a non-libc image to validate the static musl cross-compilation. - # TODO: Switch this back to using the `alpine` tag once the stable Pack CLI release supports - # image extensions (currently newer sample alpine images fail to build with stable Pack). - run: pack build example-basics --force-color --builder cnbs/sample-builder@sha256:da5ff69191919f1ff30d5e28859affff8e39f23038137c7751e24a42e919c1ab --trust-builder --buildpack packaged/x86_64-unknown-linux-musl/debug/libcnb-examples_basics --path examples/ + run: pack build example-basics --force-color --builder cnbs/sample-builder:jammy --trust-builder --buildpack packaged/x86_64-unknown-linux-musl/debug/libcnb-examples_basics --path examples/