feat(push): --platform flag to push a specific platform of a multi-platform image

This commit is contained in:
Pasha Sviderski
2025-09-30 18:59:03 +10:00
parent ae458d260f
commit 332e7bca90
3 changed files with 51 additions and 13 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ type VolumeFilter struct {
Driver string
// Labels filters volumes by label key-value pairs. Volumes must match all labels.
Labels map[string]string
// MachineIDs filters volumes to those on the specified machines (names or IDs).
// Machines filters volumes to those on the specified machines (names or IDs).
Machines []string
// Names filters volumes by name. Volumes must match one of the names.
Names []string