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 2c5add4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,20 @@ concurrency:
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: signalwire-c
RUNNER: ubuntu-latest
PACKAGER: 'packager Andrey Volk <andrey@signalwire.com>'
PLATFORM: amd64
USE_CMAKE: true
CMAKE_BUILD_TYPE: 'Debug'
ADDITIONAL_PACKAGES: 'libks2'
secrets: inherit
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 2c5add4

Please sign in to comment.