Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Feb 22, 2024
1 parent e12637e commit 565f49b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,21 @@ concurrency:

jobs:
build_rpm:
name: 'Build RPM'
uses: signalwire/actions-template/.github/workflows/ci-rpm-packages.yml@main
name: 'Build RPM (TEST2)'
uses: s3rj1k/actions-template/.github/workflows/ci-rpm-packages.yml@rpm
with:
PROJECT_NAME: signalwire-c
RUNNER: ubuntu-latest
PACKAGER: 'packager Andrey Volk <andrey@signalwire.com>'
PLATFORM: amd64
USE_CMAKE: true
CMAKE_BUILD_TYPE: 'Debug'
secrets: inherit
ADDITIONAL_PACKAGES: 'libks2'
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
SIGNALWIRE_USERNAME: 'signalwire'
SIGNALWIRE_TOKEN: ${{ secrets.REPOTOKEN }}

build_deb:
name: 'Build DEB'
Expand Down

0 comments on commit 565f49b

Please sign in to comment.