Skip to content

Rawhide Build

Rawhide Build #126

Workflow file for this run

name: Rawhide Build
on:
workflow_dispatch:
schedule:
- cron: '45 5 * * 1'
jobs:
rawhideBuilds:
runs-on: ubuntu-latest
container:
image: ${{ matrix.dockernamespace }}:${{ matrix.version }}
strategy:
matrix:
include:
- os: fedora
version: rawhide
dockernamespace: quay.io/fedora/fedora
steps:
- uses: actions/checkout@v3
- name: Specify Build Target
run: |
echo "SPECIFICTARGET=rawhide" >> $GITHUB_ENV
- name: Run CI
run: ci/${{ matrix.os }}.sh