Explorar o código

build linux packages(deb/rpm/arch)

Matthew R. Kasun %!s(int64=3) %!d(string=hai) anos
pai
achega
34e058214d
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  1. 16 0
      .github/workflows/buildandrelease.yml

+ 16 - 0
.github/workflows/buildandrelease.yml

@@ -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/[email protected]
+        with:
+          token: ${{ secrets.PERS_TOKEN_FOR_NETMAKER_DEVOPS}}
+          repository: gravitl/netmaker-devops
+          event-type: build-packages
+          client-payload: '{"VERSION": "${{ env.PACKAGE_VERSION }}"}'
+