Skip to content

Commit f3850c4

Browse files
committed
build: remove bullseye from builds
1 parent 75a5d98 commit f3850c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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' }}

0 commit comments

Comments
 (0)