diff --git a/.github/workflows/test-packaging.yml b/.github/workflows/test-packaging.yml index 784966be18..a0468fa9cc 100644 --- a/.github/workflows/test-packaging.yml +++ b/.github/workflows/test-packaging.yml @@ -62,8 +62,14 @@ jobs: - name: Build DEB run: ./build/fleetctl package --type deb --enroll-secret=foo --fleet-url=https://localhost:8080 + - name: Build DEB with Fleet Desktop + run: ./build/fleetctl package --type deb --enroll-secret=foo --fleet-url=https://localhost:8080 --fleet-desktop + - name: Build RPM run: ./build/fleetctl package --type rpm --enroll-secret=foo --fleet-url=https://localhost:8080 + + - name: Build RPM with Fleet Desktop + run: ./build/fleetctl package --type rpm --enroll-secret=foo --fleet-url=https://localhost:8080 --fleet-desktop - name: Build MSI run: ./build/fleetctl package --type msi --enroll-secret=foo --fleet-url=https://localhost:8080