Skip to content

Commit

Permalink
Update patchDockerImages.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Sep 27, 2024
1 parent 50df7d9 commit 3494779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const isInvalidPlatformFlagUsage = (contents: string) => {
...new Set(matches.map(([, , platform]) => platform as string)),
];

// Multiple --platform flags are used which indicate a multi arch build
// Multiple --platform flags are used which may indicate a multi arch build
if (uniquePlatforms.length > 1) {
return false;
}
Expand Down

0 comments on commit 3494779

Please sign in to comment.