Skip to content

Commit e98e653

Browse files
paulgessingerclaude
andcommitted
ci: re-add gpu variant now that base builds green
base builds end-to-end on ubuntu-22.04 (slirp networking, KVM accel) and passes the static smoke. Restore the [base, gpu] matrix; fail-fast:false keeps base green while the gpu driver bake is validated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 67dd9c7 commit e98e653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
variant: [base] # TEMP: base only until CI is green; gpu re-added after
37+
variant: [base, gpu]
3838

3939
steps:
4040
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)