Name the container jobs after their CI name instead of `amd64` since
they also build `arm64` images.
contents: read
jobs:
- amd64:
+ container-extra:
if: github.repository == 'dracut-ng/dracut-ng' || vars.CONTAINER == 'enabled'
name: ${{ matrix.config.tag }} on ${{ matrix.architecture.platform }}
runs-on: ${{ matrix.architecture.runner }}
concurrency:
- group: extra-amd64-${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.tag }}-${{ matrix.architecture.platform }}
+ group: container-extra-${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.tag }}-${{ matrix.architecture.platform }}
cancel-in-progress: true
strategy:
fail-fast: false
contents: read
jobs:
- amd64:
+ container:
if: github.repository == 'dracut-ng/dracut-ng' || vars.CONTAINER == 'enabled'
name: ${{ matrix.config.tag }} on ${{ matrix.architecture.platform }}
concurrency:
- group: amd64-${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.tag }}-${{ matrix.architecture.platform }}
+ group: container-${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.tag }}-${{ matrix.architecture.platform }}
cancel-in-progress: true
strategy:
fail-fast: false