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:
Allen Houchins 2026-01-06 21:10:33 -06:00 committed by GitHub
parent 92b64aa307
commit 7b7e82c092
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

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