mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add --fleet-desktop to linux packaging on test-integration.yml (#5926)
* Add --fleet-desktop to linux packaging on test-integration.yml * Fix --fleet-desktop flag
This commit is contained in:
parent
cbeb3edd5b
commit
5527cf3cef
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test-packaging.yml
vendored
6
.github/workflows/test-packaging.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue