Skip to content

Commit

Permalink
Merge pull request #39 from Yelp/u/dgrigsby/jammy
Browse files Browse the repository at this point in the history
Build for and from Jammy image
  • Loading branch information
dbgrigsby authored May 6, 2022
2 parents f2da1b2 + c2c807a commit f74fac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- itest_xenial
- itest_bionic
- itest_focal
- itest_jammy
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:jammy

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ itest: $(ITEST_TARGETS)
itest_xenial: _itest-ubuntu-xenial
itest_bionic: _itest-ubuntu-bionic
itest_focal: _itest-ubuntu-focal
itest_jammy: _itest-ubuntu-jammy

_itest-%: builddeb-docker
$(DOCKER_RUN_TEST) $(shell sed 's/-/:/' <<< "$*") /mnt/ci/docker

0 comments on commit f74fac9

Please sign in to comment.