mirror of
https://github.com/imjasonh/krust
synced 2026-07-19 07:24:38 +00:00
Update .github/workflows/ci.yml
This commit is contained in:
parent
532198dd5a
commit
d3e2b881bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -201,7 +201,7 @@ jobs:
|
||||||
- name: Test multi-platform build with Alpine base
|
- name: Test multi-platform build with Alpine base
|
||||||
run: |
|
run: |
|
||||||
# Test that platform detection works (even if we can't build all platforms)
|
# 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
|
../target/release/krust build --no-push --image test.local/alpine-test:latest . 2>&1 | tee build.log
|
||||||
|
|
||||||
# Verify platform detection happened
|
# Verify platform detection happened
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue