Skip to content

Commit

Permalink
GithubCI : Add more Ubuntu and Fedora versions (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 26, 2023
1 parent 4e09732 commit 2881b8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-containers.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04", "fedora-39"]
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-23.04', 'ubuntu-23.10', 'ubuntu-24.04', 'fedora-37', 'fedora-38', 'fedora-39']
runs-on: ubuntu-latest
name: Update dev containers
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ['ubuntu-20.04', 'fedora-39']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-23.04', 'ubuntu-23.10', 'ubuntu-24.04', 'fedora-37', 'fedora-38', 'fedora-39']
runs-on: ubuntu-latest
container:
image: ghcr.io/dyninst/amd64/${{ matrix.os }}-base:latest
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ['ubuntu-20.04']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-23.04', 'ubuntu-23.10', 'ubuntu-24.04']
runs-on: ubuntu-latest
container:
image: ghcr.io/dyninst/amd64/${{ matrix.os }}-base:latest
Expand Down
4 changes: 4 additions & 0 deletions docker/build_base_images.sh
Expand Up @@ -34,7 +34,11 @@ function make_image {
make_image ubuntu 20.04 "--build-arg build_elfutils=yes"
make_image ubuntu 22.04
make_image ubuntu 23.04
make_image ubuntu 23.10
make_image ubuntu 24.04

make_image fedora 37
make_image fedora 38
make_image fedora 39

echo -n "["
Expand Down

0 comments on commit 2881b8e

Please sign in to comment.