From d3e2b881bb35c76031a9188fa8f85c2aa4588a83 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Sun, 8 Jun 2025 00:43:30 -0400 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 971ac1e..ca77086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,7 @@ jobs: - name: Test multi-platform build with Alpine base run: | # Test that platform detection works (even if we can't build all platforms) - cd alpine-base + cd example/alpine-base ../target/release/krust build --no-push --image test.local/alpine-test:latest . 2>&1 | tee build.log # Verify platform detection happened