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:
Lucas Manuel Rodriguez 2022-05-31 07:14:59 -03:00 committed by GitHub
parent cbeb3edd5b
commit 5527cf3cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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