Merge pull request #1068 from gravitl/feature_v0.13.2_linux_packages

build linux packages(deb/rpm/arch)
This commit is contained in:
dcarns 2022-05-10 09:11:23 -04:00 committed by GitHub
commit fd0c4e49e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -425,3 +425,19 @@ jobs:
overwrite: true
prerelease: true
asset_name: netclient.exe
linux-packages:
runs-on: ubuntu-latest
needs: |
version
netclient-x86
netclien-arm
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2.0.0
with:
token: ${{ secrets.PERS_TOKEN_FOR_NETMAKER_DEVOPS}}
repository: gravitl/netmaker-devops
event-type: build-packages
client-payload: '{"VERSION": "${{ env.PACKAGE_VERSION }}"}'