Skip to content

Remove Ubuntu 18.04 and add Ubuntu 24.04 #68

Remove Ubuntu 18.04 and add Ubuntu 24.04

Remove Ubuntu 18.04 and add Ubuntu 24.04 #68

name: Images
on:
push:
branches:
- master
- "v[0-9]+.[0-9]+"
paths-ignore:
- "Containerfile.*"
- .github/workflows/images.yaml
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "Containerfile.*"
- .github/workflows/images.yaml
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
image:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
image:
- almalinux-8
- almalinux-9
- cross-s390x
- fedora-40
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}/${{ matrix.image }}"