Skip to content

Commit

Permalink
fix: Disable testing in ubuntu 22.04 container on 24.04 host in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfan committed Oct 19, 2024
1 parent 18ae74c commit 444e6c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ services:
# build:
# context: ..
# dockerfile: deploy/Dockerfile.suse
legion-ubuntu-22-04:
build:
context: ..
dockerfile: deploy/Dockerfile.ubuntu.22.04
# legion-ubuntu-22-04:
# build:
# context: ..
# dockerfile: deploy/Dockerfile.ubuntu.22.04
legion-ubuntu-24-04:
build:
context: ..
Expand Down

0 comments on commit 444e6c5

Please sign in to comment.