Skip to content

Commit

Permalink
support noble
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama committed Apr 24, 2024
1 parent f0b5c3c commit ebbcdd9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ services:
- ./repo:/opt/pkg/repo
environment:
- DIST=jammy
debrepo-noble:
build:
context: .
dockerfile: dockerfiles/Dockerfile.debrepo
args:
DIST: noble
volumes:
- ./repo:/opt/pkg/repo
environment:
- DIST=noble
debrepo-buster:
build:
context: .
Expand Down

0 comments on commit ebbcdd9

Please sign in to comment.