mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update Docker slug for macOS FMA (#37965)
Changed the Docker software slug from 'docker/darwin' to 'docker-desktop/darwin' for Apple Silicon macOS hosts in both workstations and workstations-canary YAML files to ensure correct package referencing.
This commit is contained in:
parent
92b64aa307
commit
7b7e82c092
2 changed files with 2 additions and 2 deletions
|
|
@ -298,7 +298,7 @@ software:
|
|||
self_service: true
|
||||
labels_include_any:
|
||||
- Apple Silicon macOS hosts
|
||||
- slug: docker/darwin # Docker for macOS (ARM)
|
||||
- slug: docker-desktop/darwin # Docker for macOS (ARM)
|
||||
self_service: true
|
||||
labels_include_any:
|
||||
- Apple Silicon macOS hosts
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@ software:
|
|||
self_service: true
|
||||
labels_include_any:
|
||||
- Apple Silicon macOS hosts
|
||||
- slug: docker/darwin # Docker for macOS (ARM)
|
||||
- slug: docker-desktop/darwin # Docker for macOS (ARM)
|
||||
self_service: true
|
||||
labels_include_any:
|
||||
- Apple Silicon macOS hosts
|
||||
|
|
|
|||
Loading…
Reference in a new issue