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