Skip to content

Commit

Permalink
testificate
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Mar 9, 2023
1 parent 31239b2 commit 313bb50
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,15 @@ jobs:
- sytest_image_tag: testing
dockerfile: synapse
tags: "matrixdotorg/sytest-synapse:testing"
build_args: "SYTEST_IMAGE_TAG=testing"
build_args: |
SYTEST_IMAGE_TAG=testing
SYSTEM_PIP_INSTALL_SUFFIX=--break-system-packages
- sytest_image_tag: bookworm
dockerfile: synapse
tags: "matrixdotorg/sytest-synapse:bookworm"
build_args: "SYTEST_IMAGE_TAG=bookworm"
build_args: |
SYTEST_IMAGE_TAG=bookworm
SYSTEM_PIP_INSTALL_SUFFIX=--break-system-packages
# Note: at the time of writing, bookworm's python3 is python 3.11.

steps:
Expand Down

0 comments on commit 313bb50

Please sign in to comment.