Skip to content

Commit

Permalink
Support ubuntu:noble.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourdollars committed Aug 16, 2024
1 parent 4212294 commit 95e4722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
tag: [latest, jammy, focal]
tag: [latest, noble, jammy, focal]

runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event_name == 'schedule'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# autopkgtest-resource
[concourse-ci](https://concourse-ci.org/)'s autopkgtest-resource

autopkgtest against ubuntu:latest so far.
autopkgtest against ubuntu:latest and ubuntu:{noble,jammy,focal} so far.

## Config

Expand Down

0 comments on commit 95e4722

Please sign in to comment.