From 0539781e23dafdac039b137313bd5e69c8e566c5 Mon Sep 17 00:00:00 2001 From: madonuko Date: Sat, 28 Sep 2024 18:28:46 +0800 Subject: [PATCH] fix(ci/bootstrap): also build terra-release --- .github/workflows/bootstrap.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index fded82b882..3b9230e75d 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -38,12 +38,13 @@ jobs: echo "PATH=$PATH:/github/home/.cargo/bin" >> $GITHUB_ENV export PATH=$PATH:/github/home/.cargo/bin git config --global --add safe.directory "$GITHUB_WORKSPACE" - anda build -c almalinux-${{ matrix.version }}-${{ matrix.arch }} anda/terra/mock-configs/pkg --rpm-builder=rpmbuild - - name: Install terra-mock-configs - run: dnf install -y anda-build/rpm/rpms/terra-mock-configs*.rpm + anda build anda/terra/mock-configs/pkg --rpm-builder=rpmbuild - name: Build anda-srpm-macros - run: anda build -c terra-el${{ matrix.version }}-dev-${{ matrix.arch }}.cfg anda/terra/srpm-macros/pkg --rpm-builder=rpmbuild + run: anda build anda/terra/srpm-macros/pkg --rpm-builder=rpmbuild + + - name: Build terra-release + run: anda build anda/terra/release/pkg --rpm-builder=rpmbuild - name: Build Subatomic run: anda build -c terra-el${{ matrix.version }}-dev-${{ matrix.arch }}.cfg anda/tools/buildsys/subatomic/pkg --rpm-builder=rpmbuild