From d73b76a62eb267dae53eac33ee8feb897c11ceaa Mon Sep 17 00:00:00 2001 From: s3rj1k Date: Wed, 31 Jan 2024 10:58:00 +0100 Subject: [PATCH] TEST --- .github/workflows/build.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bb7912..2d36345 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,10 +14,12 @@ on: concurrency: group: ${{ github.head_ref || github.ref }} +# TEST 2222 + jobs: build_rpm: name: 'Build RPM' - uses: signalwire/actions-template/.github/workflows/ci-rpm-packages.yml@main + uses: s3rj1k/actions-template/.github/workflows/ci-rpm-packages.yml@rpm with: PROJECT_NAME: broadvoice # this is khown issue (no `lib` prefix) RUNNER: ubuntu-latest @@ -27,7 +29,7 @@ jobs: build_deb: name: 'Build DEB' - uses: signalwire/actions-template/.github/workflows/ci-deb-packages-v2.yml@main + uses: s3rj1k/actions-template/.github/workflows/ci-deb-packages-v2.yml@rpm strategy: fail-fast: false matrix: @@ -56,7 +58,7 @@ jobs: - rpm platform: - amd64 - uses: signalwire/actions-template/.github/workflows/ci-libs-metadata-v2.yml@main + uses: s3rj1k/actions-template/.github/workflows/ci-libs-metadata-v2.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.platform }}-artifact OS_PLATFORM: ${{ matrix.os }}-${{ matrix.platform }} @@ -79,7 +81,7 @@ jobs: platform: - amd64 - armhf - uses: signalwire/actions-template/.github/workflows/ci-libs-metadata-v2.yml@main + uses: s3rj1k/actions-template/.github/workflows/ci-libs-metadata-v2.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-artifact OS_PLATFORM: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }} @@ -97,7 +99,7 @@ jobs: - rpm platform: - amd64 - uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.platform }}-artifact TARGET_FOLDER: /var/www/libbroadvoice-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.platform }}/${{ github.run_id }}-${{ github.run_number }} @@ -128,7 +130,7 @@ jobs: platform: - amd64 - armhf - uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-artifact TARGET_FOLDER: /var/www/libbroadvoice-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.platform }}/${{ github.run_id }}-${{ github.run_number }} @@ -154,7 +156,7 @@ jobs: - rpm platform: - amd64 - uses: signalwire/actions-template/.github/workflows/cd-libs-metadata.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-libs-metadata.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.platform }}-meta LIB_NAME: libbroadvoice @@ -187,7 +189,7 @@ jobs: platform: - amd64 - armhf - uses: signalwire/actions-template/.github/workflows/cd-libs-metadata.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-libs-metadata.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-meta LIB_NAME: libbroadvoice @@ -207,7 +209,7 @@ jobs: permissions: write-all name: 'Copy hash to remote RPM' needs: [ distribute_meta_rpm ] - uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@rpm strategy: matrix: os: @@ -229,7 +231,7 @@ jobs: permissions: write-all name: 'Copy hash to remote DEB' needs: [ distribute_meta_deb ] - uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@rpm strategy: matrix: os: