From d196274bd5e1d0f6eb518baae313ee8e6f7d9c06 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 4 Nov 2023 10:09:47 -0400 Subject: [PATCH] drop other CI --- .github/workflows/ci.yml | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index dfa3bd69..00000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: ci - -on: - - pull_request: - branches: - - main - -jobs: - build-image: - runs-on: ubuntu-latest - - container: - image: registry.gitlab.com/centos/cloud/sagano-builder/centos:stream9 - options: --privileged - - strategy: - matrix: - os: [centos, fedora] - tier: [tier-0, tier-1] - include: - - os: centos - version: stream9 - - os: centos - variant: "" - - os: centos - variant: "-rt" - - os: fedora - version: eln - - steps: - - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - - name: Build - run: | - rpm-ostree compose image --format=ociarchive \ - --initialize ${{ matrix.os }}-${{ matrix.tier }}${{ matrix.variant }}-${{ matrix.version }}.yaml \ - dest.oci-archive