File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9999 base_build :
100100 strategy :
101101 matrix :
102- dockerfile : [-bullseye, -threaded-bullseye, - bookworm, -threaded-bookworm]
102+ dockerfile : [-bookworm, -threaded-bookworm]
103103 platform : [arm/v7, amd64, arm64, 386]
104104 runs-on : ubuntu-latest
105105 steps :
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-latest
136136 strategy :
137137 matrix :
138- dockerfile : [-bullseye, -threaded-bullseye, - bookworm, -threaded-bookworm]
138+ dockerfile : [-bookworm, -threaded-bookworm]
139139 platform : [arm/v7, arm64, 386]
140140 steps :
141141 - name : Checkout this repository
@@ -197,7 +197,7 @@ jobs:
197197 runs-on : ubuntu-latest
198198 strategy :
199199 matrix :
200- dockerfile : [-bullseye, -threaded-bullseye, - bookworm, -threaded-bookworm]
200+ dockerfile : [-bookworm, -threaded-bookworm]
201201 # Steps represent a sequence of tasks that will be executed as part of the job
202202 env :
203203 TAG_LATEST : ${{ (contains(matrix.dockerfile,'threaded') || github.event.release.prerelease == 1) && 'false' || 'auto' }}
You can’t perform that action at this time.
0 commit comments