1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00

Update .github/workflows/ci.yml

This commit is contained in:
Jason Hall 2025-06-08 00:43:30 -04:00 committed by GitHub
parent 532198dd5a
commit d3e2b881bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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