Skip to content

Commit

Permalink
Zoom software self service to use Apple Silicon (#20767)
Browse files Browse the repository at this point in the history
Updates GitOps to offer Apple Silicon version of Zoom in self-service.
https://github.com/fleetdm/confidential/issues/6916

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Noah Talerman <noahtal@umich.edu>
  • Loading branch information
3 people authored Jul 26, 2024
1 parent 6abb854 commit 311a24c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: query
spec:
name: query_apple_silicon
name: Check if Mac has Apple silicon
query: SELECT 1 FROM system_info WHERE cpu_type = "arm64e";
# - name: Determine macOS cpu type as Apple Silicon
# automations_enabled: false
Expand Down
15 changes: 0 additions & 15 deletions it-and-security/lib/macos-intel.queries.yml

This file was deleted.

12 changes: 4 additions & 8 deletions it-and-security/teams/workstations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ queries:
automations_enabled: false
observer_can_run: true
software:
- url: https://zoom.us/client/latest/Zoom.pkg?archType=arm64
pre_install_query:
path: ../lib/macos-arm.queries.yml
self_service: true
- url: https://zoom.us/client/latest/Zoom.pkg
pre_install_query:
path: ../lib/macos-intel.queries.yml
self_service: true
- url: https://zoom.us/client/latest/Zoom.pkg?archType=arm64
pre_install_query:
path: ../lib/macos-check-if-apple-silicon.queries.yml
self_service: true

0 comments on commit 311a24c

Please sign in to comment.