Skip to content

Commit

Permalink
[ci] Add support for Fedora 36 container
Browse files Browse the repository at this point in the history
Do not add it to actually run the CI as tests are currently failing.
  • Loading branch information
chantra committed Aug 16, 2022
1 parent 468d4fc commit e2266c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/bcc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
os: [{version: "34", nick: "f34"}]
env:
- TYPE: Debug
PYTHON_TEST_LOGFILE: critical.log
Expand All @@ -117,6 +118,7 @@ jobs:
- name: Build docker container with all deps
run: |
docker build \
--build-arg VERSION=${{ matrix.os.version }} \
-t bcc-docker -f docker/build/Dockerfile.fedora .
- name: Run bcc build
env: ${{ matrix.env }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
os: [
{distro: "ubuntu", version: "18.04", nick: bionic},
{distro: "ubuntu", version: "20.04", nick: focal},
{distro: "fedora", version: "34", nick: "f34"}
{distro: "fedora", version: "34", nick: "f34"},
{distro: "fedora", version: "36", nick: "f36"}
]

steps:
Expand Down

0 comments on commit e2266c6

Please sign in to comment.