Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@ jobs:
- name: centos-stream10
base_image: quay.io/centos-bootc/centos-bootc:stream10
cfsctl_features: pre-6.15
- name: debian
base_image: ghcr.io/bootcrew/debian-bootc:latest
cfsctl_features: oci
# Temporarily disabled
# - name: debian
# base_image: ghcr.io/bootcrew/debian-bootc:latest
# cfsctl_features: oci
env:
COMPOSEFS_BASE_IMAGE: ${{ matrix.base_image }}
COMPOSEFS_CFSCTL_FEATURES: ${{ matrix.cfsctl_features }}
Expand Down
Loading