diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 9e6d9c365c..992369c863 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -57,14 +57,14 @@ jobs: if: github.event_name != 'push' with: name: "${{ matrix.pkg.pkg }}" - mockConfig: anda-${{ matrix.version }}-${{ matrix.pkg.arch }} + mockConfig: terra-${{ matrix.version }}-${{ matrix.pkg.arch }} andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra${{ matrix.version }}.repo - uses: terrapkg/anda-build@main if: github.event_name == 'push' with: name: "${{ matrix.pkg.pkg }}" - mockConfig: anda-${{ matrix.version }}-${{ matrix.pkg.arch }} + mockConfig: terra-${{ matrix.version }}-${{ matrix.pkg.arch }} extraArgs: -D "sccache_bucket ${{secrets.SCCACHE_BUCKET}}" -D "sccache_endpoint ${{secrets.SCCACHE_ENDPOINT}}" -D "sccache_secret ${{secrets.SCCACHE_SECRET}}" -D "sccache_accesskey ${{secrets.SCCACHE_ACCESSKEY}}" andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra${{ matrix.version }}.repo diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 4a5b33ca15..ac81de2ae5 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -43,7 +43,7 @@ jobs: - name: Build Subatomic run: | git config --global --add safe.directory "$GITHUB_WORKSPACE" - anda build -c anda-${{ matrix.version }}-${{ matrix.arch }} subatomic -p rpm -D "autogitcommit $(git log -1 --format='%H')" + anda build -c terra-${{ matrix.version }}-${{ matrix.arch }} subatomic -p rpm -D "autogitcommit $(git log -1 --format='%H')" - name: Install Subatomic run: sudo dnf install -y ./anda-build/rpm/rpms/subatomic-*.rpm @@ -52,7 +52,7 @@ jobs: repository: FyraLabs/anda - name: Build Andaman - run: anda build -c anda-${{ matrix.version }}-${{ matrix.arch }} anda -p rpm + run: anda build -c terra-${{ matrix.version }}-${{ matrix.arch }} anda -p rpm - name: Upload to Subatomic run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a830b74bad..c0f099bc31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - uses: terrapkg/anda-build@main with: name: "${{ matrix.pkg }}pkg" - mockConfig: anda-${{ matrix.version }}-${{ matrix.arch }} + mockConfig: terra-${{ matrix.version }}-${{ matrix.arch }} extraArgs: -D "sccache_bucket ${{secrets.SCCACHE_BUCKET}}" -D "sccache_endpoint ${{secrets.SCCACHE_ENDPOINT}}" -D "sccache_secret ${{secrets.SCCACHE_SECRET}}" -D "sccache_accesskey ${{secrets.SCCACHE_ACCESSKEY}}" andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index c1230180fe..028a19c030 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -26,7 +26,7 @@ jobs: - uses: terrapkg/anda-build@main with: name: "${{ matrix.pkg.pkg }}" - mockConfig: anda-${{ matrix.version }}-${{ matrix.pkg.arch }} + mockConfig: terra-${{ matrix.version }}-${{ matrix.pkg.arch }} extraArgs: -D "sccache_bucket ${{secrets.SCCACHE_BUCKET}}" -D "sccache_endpoint ${{secrets.SCCACHE_ENDPOINT}}" -D "sccache_secret ${{secrets.SCCACHE_SECRET}}" -D "sccache_accesskey ${{secrets.SCCACHE_ACCESSKEY}}" andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo