Skip to content

Commit

Permalink
build: remove bullseye from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Nov 6, 2024
1 parent b29c046 commit a5423bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
base_build:
strategy:
matrix:
dockerfile: [-bullseye, -threaded-bullseye, -bookworm, -threaded-bookworm]
dockerfile: [-bookworm, -threaded-bookworm]
platform: [arm/v7, amd64, arm64, 386]
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dockerfile: [-bullseye, -threaded-bullseye, -bookworm, -threaded-bookworm]
dockerfile: [-bookworm, -threaded-bookworm]
platform: [arm/v7, arm64, 386]
steps:
- name: Checkout this repository
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dockerfile: [-bullseye, -threaded-bullseye, -bookworm, -threaded-bookworm]
dockerfile: [-bookworm, -threaded-bookworm]
# Steps represent a sequence of tasks that will be executed as part of the job
env:
TAG_LATEST: ${{ (contains(matrix.dockerfile,'threaded') || github.event.release.prerelease == 1) && 'false' || 'auto' }}
Expand Down

0 comments on commit a5423bf

Please sign in to comment.